Posted by loze on May 12, 2009 at 6:57pm
Jump to:
| Project: | Vertical Tabs |
| Version: | 6.x-1.0-beta2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
Using the "override node options" module http://drupal.org/project/override_node_options
Revision information and publish information in the tab description does not update.
thank.
Comments
#1
I'll have to look into this. It looks like override_node_options is adding it's own fieldset. I'm not sure if that's the proper thing it should be doing (depends if core is using #access on the form elements or just not including them). If it's not including them, override_node_options should be making sure to use the exact same form item names and ids as core does for those options and it should work.
#2
Created #644820: Use the same form element names, not new ones in the override node options. This isn't a problem that can or should be fixed here.