I allow a certain role to change the post date but not the author. This shows the Authoring information tab with only the post date field. But the tab itself shows author as "Anonymous" while the author is retained when the user saves the node.
I think the module prevents Drupal from showing the author to the user of that role in the edit form.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1969912-3.patch | 597 bytes | opdavies |
Comments
Comment #1
kbi commentedI confirm this bug using version 7.x-1.12:
Comment #2
Ivan Simonov commentedTry to add string into the "override_node_options_form_alter" function:
Comment #3
opdaviesTaken the code from #2 and made it into a patch for review.
Comment #5
opdaviesThanks, committed to 7.x-1.x.