Closed (fixed)
Project:
Workbench Moderation
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Jun 2012 at 05:49 UTC
Updated:
4 Jan 2014 at 02:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ivantm commentedThe 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.Comment #2
Bevan commentedOh yeah. I was not sure about that. This looks good.
Comment #3
kbentham commentedThis looks good, I will tell stevector to commit this soon.
Comment #4
hass commentedBugs:
Comment #5
hass commentedReduced 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.
Comment #6
hass commentedComment #7
hass commentedRemoved one empty line.
Comment #8
hass commentedChanged summary name
Comment #10
hass commentedComment #12
hass commentedComment #13
hass commentedComment #14
kbentham commentedThis patch looks good.
Comment #15
stevectorThanks everybody!
http://drupalcode.org/project/workbench_moderation.git/commit/0f57235d8e...
Comment #16
hass commentedTHX :-)