Posted by Bevan on June 4, 2012 at 5:49am
6 followers
| Project: | Workbench Moderation |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | Workbench Sprint |
Issue Summary
When creating or editing content, the vertical tab summary always reads "Not published" and never changes regardless of the moderation state of the content or any of the options in the respective vertical tabs "drawer" (fieldset).
It should show the moderation state and if the log message has been changed or is missing. This patch implements that change.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| 000-vertical_tabs_summary.patch | 2.72 KB | Idle | PASSED: [[SimpleTest]]: [MySQL] 137 pass(es). | View details |
Comments
#1
The use of
<strong>tags in the vertical tab message string meant that the text appeared with an underline when clicked in the default Seven admin theme, which looked a bit odd. This patch leaves out the<strong>tags.#2
Oh yeah. I was not sure about that. This looks good.
#3
This looks good, I will tell stevector to commit this soon.
#4
Bugs:
#5
Reduced patch to work how core works. I'm not sure what the intention was of the previous patch, but this one fixes that the other checkboxes on the form are also shown in the summary. It just uses the text from the selected option and that's it. This patch also adds the missing jquery wrapper that caused JS errors.
#6
#7
Removed one empty line.
#8
Changed summary name
#9
The last submitted patch, workbench_moderation_1615562+Update+the+summary+in+the+vertical+tabs+drawer.patch, failed testing.
#10
#11
The last submitted patch, workbench_moderation_1615562+Update+the+summary+in+the+vertical+tabs+drawer.patch, failed testing.
#12
#13
#14
This patch looks good.
#15
Thanks everybody!
http://drupalcode.org/project/workbench_moderation.git/commit/0f57235d8e...
#16
THX :-)
#17
Automatically closed -- issue fixed for 2 weeks with no activity.