| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 2903324-workbench-toolbar.patch | 436 bytes | agentrickard |
| #7 | Screen Shot 2017-08-23 at 10.27.26 AM.png | 58.67 KB | agentrickard |
| #3 | screenshot-before-after.png | 29.57 KB | maninders |
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 2903324-workbench-toolbar.patch | 436 bytes | agentrickard |
| #7 | Screen Shot 2017-08-23 at 10.27.26 AM.png | 58.67 KB | agentrickard |
| #3 | screenshot-before-after.png | 29.57 KB | maninders |
Comments
Comment #2
j2r commentedComment #3
maninders commentedSubmenu is not showing after enabling Workbench Module.
Screenshot is attached of before and after.
Comment #4
maninders commentedComment #5
agentrickardPlease use words to describe hoe to reproduce this error.
* What menus are configured?
* How are they supposed to appear?
etc.
I need steps to reproduce the error.
Comment #6
agentrickardI take that back, the screenshot is clear. My apologies.
This is probably a JavaScript conflict.
Comment #7
agentrickardSomething about how the toolbar works doesn't like it when Workbench is in the first position. The menu level-1 class isn't applied to the Manage items.
If we move it, it works. But there has to be a better solution.
Comment #8
agentrickardHere's a patch that seems to fix the issue for me locally.
Can you apply, clear cache, and see if it works?
Comment #9
j2r commentedHi agentrickard
I have provided similar patch in #2
I didnt removed the
'#type' => 'container',as it seems like the issue is with the class and workbench is not using that class anyway to remove it will fix the issue and it does not cause style issue.
Comment #10
agentrickardSorry. I totally skipped over the patch yesterday. Yours is fine.
Thanks!
Comment #12
agentrickardCommitted.