Closed (fixed)
Project:
Workbench Moderation
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
15 Jan 2016 at 19:14 UTC
Updated:
27 Apr 2016 at 17:24 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
agentrickardComment #3
Crell commentedSomething like this, testbot willing?
(It doesn't pre-select a value in the select box, because since the select box is now based on 2 checkboxes I don't know if it's possible to now filter it by the checked values. If it is, it's probably hard. :-) But it still validates server-side as before.)
Comment #7
Crell commentedBadly written tests are badly written.
Comment #8
agentrickardJust looking at the patch, we are now mixing t() and $this->t().
There may be more t() invocations in the form code.
Comment #9
Crell commentedBah. Lots of left over t() in there, which means it goes all the way back to larowlan's original moderation_state module. Fixed all t()s in forms.
Also, as requested, here's 2 screencaps. One with the select box open, one closed. (To show the optgroup.) (I tried to embed them but the Embed button seems to be malfunctioning.)
Comment #10
agentrickardAlright, alright, alright.
++
Comment #12
Crell commentedThanks. :-) Merged and pushed.