I was fairly confused about the column named "Moderate" in admin/workbench/drafts and admin/workbench/needs-review.
It shows "Draft" and "Published" as links, but what really does is "Change state to Draft" and "Change state to Published". The "Moderate" column should also be renamed to "Moderate operations" or "Change moderation states".
The missing confirmation behind the links actions may not that large problem, but the wrong link text is really a heavy usability problem and caused us ~20 publish actions when this was for sure not planed to get published.
Can we change the text of the links and the column, please?
Comments
Comment #1
hass commentedIf we could add an Edit operation link to the View it could also help a lot... I do not really understand why the "title" is the only colum that brings me to the node. If I need to review somthing, but I cannot as there are no links to the review it's pretty difficult to do a review. And a review process is not only "publish a node"... it's a lot more.
Comment #2
les lim"Moderate operations" is still pretty confusing, since it sounds like operations are what I'm moderating. I like "Change revision state", though.
Comment #3
les limOr "Change moderation state", per the original post. That's probably better.
Comment #4
JacobSingh commented+100. Hugh usability improvement there.
Comment #5
les limPatch attached.
Comment #6
les limActually, "Set moderation state" is already a string in use elsewhere within the module. Let's use that for consistency.
Comment #7
hass commentedHow about adding a title (hover help...) for the status links, too?
Comment #8
les lim#7: Different issue, perhaps?
Comment #9
hass commentedI thought this is a usability issue, too :-)
Comment #10
les limWe can do all usability issues here in this thread, but only if you can guarantee me that there won't be any more usability issues after these two.
If so, hooray!
Comment #11
hass commentedMarking critical for release.
Fix
Comment #12
hass commentedComment #13
hass commentedAfter several more user failures - I think we should replace the Moderate column links completly and add "Review" (link to node revision that requires the review), "Differences" (link to the differences, only if Diff module is installed). On the node we have the Workbench information block that allows users to publish the node or set the status back to draft.
For the Workflow of a review - only this makes sense to me, where the links from today make totally no sense as I should never publish something without a review.
Comment #14
micahw156Here is an alternative patch that combines this issue (changing 'Moderate' to 'Change to') which also includes the change proposed in #1732802: Rename "Current draft" to "Most recent revision" to avoid confusion and adds a <span> tag around the labels generated in workbench_moderation_workbench_block() so they can be styled.
I didn't see an easy solution for fixing the fact that workbench_moderation_workbench_block() ends up putting the <form> from $moderate_form inside an <em> element without a more major rewrite, but I have to say it bugs me a bit.
This doesn't resolve some of the issues hass raised in #13, so leaving it at needs work, but hopefully this can at least combine a couple of different usability issues surrounding this block.
Comment #15
pjcdawkins commentedRelated issue: #1265314: Clarify terminology for better usability (Delete, New draft, etc.)
(removed 'critical' status as per priority levels)
Comment #16
hass commentedComment #17
jwilson3^ LOL. So, I guess this line?
Comment #18
jwilson3Having trouble figuring out what purpose the t() function is even serving us there. It doesnt even haven anything translatable... which means, techically this should be a *themable* function not t().
Comment #19
hass commentedRoled new patch based on #6 with #11 fix included. RTBC.
Comment #20
hass commentedAdded prefix to the action links. Still RTBC.
Comment #21
hass commentedChange to in action links sounds better. Column title is unchanged.
Comment #22
stevectorTagging for Workbench Sprint.
Comment #23
stevectorCommitted, thanks hass et al!
http://drupalcode.org/project/workbench_moderation.git/commit/971cbe1ee9...
Comment #24
hass commentedAre these strings used in 2.x and are we running in regressions here?
Comment #25
hass commentedMarked #1451254: "Moderate" link names are confusing as duplicate.