Closed (fixed)
Project:
Workflow Extensions
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Jan 2013 at 21:34 UTC
Updated:
14 Feb 2013 at 02:00 UTC
The state buttons are rendering above the comment box. See attached screen shot.
| Comment | File | Size | Author |
|---|---|---|---|
| workflow_buttons_misplaced.jpg | 84.96 KB | nancydru |
Comments
Comment #1
nancydruThe above was in the node view mode.
In the edit screen, the buttons are at the top of the edit screen while the comment box is at the bottom.
Comment #2
nancydruMoving to extensions
Comment #3
nancydruThis takes care of my situation:
Comment #4
nancydruThis is not a problem with the code proposed in #1884630: State update conflicts with Comment form.
Comment #5
nancydruThat issue has been fixed.
Comment #6
dbassendine commentedI'm also seeing the buttons displaced, but the patch from http://drupal.org/node/1884630#comment-6943026 did not resolve this for me. The patch you gave in #3 does work, however. +1 for committing this to workflow extensions.
Thanks, David
Comment #7
nancydruI would recommend that you download the -dev version of Workflow that will roll out in a few minutes.
Comment #8
rdeboerI agree with NancyDru that the "Single action" buttons provided by Workflow Extensions on the node edit form do not (or no longer) appear in the workflow field set, amongst the "Schedule" radio-buttons and "Comment" field, whereas "classic radio" and "dropdown selector" do.
I've just done a checkout from the Git repository of the latest version of Workflow 7.x-1.x-dev. This should include #1884630: State update conflicts with Comment form, right?
I find the same as dbassendine, #6, that the patch of #4 does not have the claimed effect on the "Single action" buttons.
I wiil apply the patch of #3 and report back.
Rik
Comment #9
rdeboerWell that seemed to work.
Committed with attribution.
Thanks Nancy.
Rik
Comment #10
rdeboerActually... They now don't work on the Edit form any longer. But they do work on the View and Workflow tabs of the node.
Comment #11
nancydruLine 362: $form['workflow']['buttons']["submit_to_$to_state_name"] = $button;
Comment #12
rdeboerYep. thanks.
We came to the same conclusion. Already released in 7.x-1.0-beta2 -- forgot to update the issue.
Rik