Closed (duplicate)
Project:
Drupal core
Version:
5.x-dev
Component:
book.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2007 at 16:15 UTC
Updated:
3 Jul 2009 at 08:19 UTC
Hi !
book pages see their original author changed upon editing, which makes permissions handling difficult. This patch add an option to book pages types which forces original author to stay the same, thus making NPBR behave coherently with all node types.
Not sure if this should go here. In fact it should probably be a book module patch (or a module by itself), but as authorship directly impacts NPBR behaviour, here it is...
As usual, feel free to reject it :)
Alex
| Comment | File | Size | Author |
|---|---|---|---|
| patch_npbr_keep_original_author.txt | 2.42 KB | alex_ost |
Comments
Comment #1
jondoesdrupal commentedHi Alex, yes, I think this is more appropriate as something you could apply to the book module and submit there.
Still, thanks for all your work on the module anyway. Much appreciated.
Jon
Comment #2
geodaniel commentedCurious if you posted an issue against book.module for this? Not sure if the issue is still there in D6?
Comment #3
geodaniel commentedIt looks like the revisions functionality in D6 core is broken in a different way (revisions are always owned by the original node author) but the book page author at least stays as the original author.
Comment #4
deekayen commentedRe-assigning to the book module. I don't think NPBR is the appropriate place to handle this issue.
Comment #5
deekayen commentedI'm marking this dup because book changes were made in #187799: Revisions are associated with node owner, not node editor. Re-open if that's not really what you wanted.