workflow is made for content type Abstract with states

Submit - Anonymous user can submit abstract
Review - Authenticated user can accept or reject
Allow Final Submission - admin can allow

Admin workflow summary tab
admin can select both current state and content type and can change the state to review.
prob here: if state and content is selected all content type(basic page, book) details is shown although the workflow is made for
content type Abstract.

Authenticated user workflow summary tab
here user can cahnge the state from review to next state.
prob here:
1. Same as above
2. Current state is showing all state instead of state review to which user have access.

I tried to make changes to workflow_summary view by adding filter, but because same view is presented to admin and authenticated user I am unable to get desired output. Can I clone the view so that both user have access to different user or it can be done in that single view only.

Comments

nithinkolekar’s picture

StatusFileSize
new21.27 KB
new21.58 KB

file attachment was not successful in opera browser returning error http error 0 in upload.js.
So I am attaching file through firefox.

nancydru’s picture

Status: Active » Postponed (maintainer needs more info)

To answer your last question, you may clone the view, there's no law against it.

Otherwise, I don't understand the issue at all.

nancydru’s picture

Component: User interface » Views

Changed component

SlayJay’s picture

I'm running into the same issue with this. I believe what he's saying is, we need a views filter that limits the view to only items that the user viewing the view has access to moderate.

So in other words, we need a view filter that hides items if the user viewing the view doesn't have permission to move them to another state.

nancydru’s picture

With the hook provided in #1997242: ask other modules for permission in node forms, I would think this is available now.

nancydru’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

No further update.