Closed (fixed)
Project:
Revisioning
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Apr 2013 at 14:06 UTC
Updated:
17 Apr 2013 at 23:50 UTC
Jump to comment: Most recent file
Expanding the revisioning vertical tab and collapsing the menu tab on the node add/edit form causes this issue #1760860: Nodesymlinks form should not appear on content types that don't allow menu links for the Nodesymlinks module. On line 38 of revisioning.pages.inc, $form['menu']['#collapsed'] is set to TRUE without first checking if the menu tab exists. I'll provide a patch that checks for the existence of the menu tab before collapsing.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | revisioning-expand_vertical_tab_bug-1958956.patch | 687 bytes | mikehues |
Comments
Comment #1
mikehues commentedHere's the patch.
Comment #2
rdeboerThanks so much Mike!
Will apply.
Rik
Comment #3
rdeboer