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

dave reid’s picture

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.

dave reid’s picture

Status: Active » Closed (won't fix)

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.