No Action options after Check Out of wtPart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
No Action options after Check Out of wtPart
Version: Windchill 12.0
Use Case: When selecting Check Out on a wtPart the object is checked out to the user. There are no actions available after check out.
Description:
When selecting Check Out on a wtPart the object is checked out to the user. There are no actions available after check out.
If they use Check Out and Edit then they have normal actions.
It seems that the current version/view is "working copy" if they select Info in the history table for the "Original version" then menu options are available again.
Solved! Go to Solution.
- Labels:
-
Other
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
the ReassignViewsFilter filter is using the existing isInRole method in the ValidationHelper class
looks like there is a class cast exception thrown in our custom ReassignViewsFilter class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @LG_10096154,
I wanted to see if you got the help you needed.
If so, please mark the appropriate reply as the Accepted Solution. It will help other members who may have the same question.
Of course, if you have more to share on your issue, please pursue the conversation.
Thanks,
Anurag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
the ReassignViewsFilter filter is using the existing isInRole method in the ValidationHelper class
looks like there is a class cast exception thrown in our custom ReassignViewsFilter class
