I get an issue that the button for the workflow state name gets a wrapped token name with <p> </p> . So if a workflow state is named "Request to publish" , the button is saying "<p>Request for publishing</p>" . I noticed a "FILTER_FORMAT_DEFAULT" in the .module but I am not sure what is affecting. Attached screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| workflow_ext_button_format.png | 4.46 KB | charos |
Comments
Comment #1
charos commentedJust to note that this behavior happens without "Workflow Named Transitions" module installed. Adding a module I don't need just to avoid the
<p> </p>issue , is not nice!Comment #2
rdeboerFixed in 6.x-1.0-beta2.
Comment #3
rdeboer