[drupal-devel] edit reverts node options
Hi all, I hit this bug/feature http://drupal.org/node/7940 several times. to summarize if you edit a node without having administer node permission all the node options (promot, sticky, comment) will revert to the default. I would like promoted content to remain promoted even after it gets edited by a non adminsitrator. the proposed solution http://asitis.org/tmp/node_defaults_admin_content_1.png was perfect but it seems the patch is not maintained, any chance this could go in 4.6? or is it possible to get around this with some contrib module hackery? cheers, Alaa -- http://www.manalaa.net ultimate_answer_t deep_thought(void) { sleep(years2secs(7500000)); return 42; }
On Wednesday 30 March 2005 05:26 pm, Alaa Abd El Fattah wrote:
to summarize if you edit a node without having administer node permission all the node options (promot, sticky, comment) will revert to the default.
the proposed solution http://asitis.org/tmp/node_defaults_admin_content_1.png was perfect but it seems the patch is not maintained, any chance this could go in 4.6?
There is still debate regarding the user interface. Also the 'default workflow' page has been split up in the 4.6 release.
or is it possible to get around this with some contrib module hackery?
Nodeperm_role handles this case. Matt (mathias on drupal.org)
participants (2)
-
Alaa Abd El Fattah -
Matt Westgate