Opened 15 years ago
Closed 15 years ago
#10967 closed defect (bug) (fixed)
users who no longer have ability to post lose a post if it is Quick Edited by someone else
Reported by: | markjaquith | Owned by: | markjaquith |
---|---|---|---|
Milestone: | 2.9 | Priority: | high |
Severity: | critical | Version: | 2.9 |
Component: | Quick/Bulk Edit | Keywords: | |
Focuses: | Cc: |
Description
Old bug, new place: #4458
Recycling my description:
- User A is an Author, and published a post ("Post A").
- User A is downgraded to "Subscriber"
- User B edits "Post A" using the quick editing feature
- Result: User A is no longer listed as the author of "Post A"
This is due to the fact that authors who currently lack the ability to save posts are not listed in the author dropdown box. We need to list the current author in that dropdown, regardless of capabilities, and ensure they are kept as the author on the backend.
This particularly comes to light when importing from another CMS, in which case all authors are created as Subscribers. Any editing of their posts will cause them to lose authorship.
Calling this one major, because mis-attributed posts are a big deal for professional publishers of content.
Note: See
TracTickets for help on using
tickets.
(In [12046]) Add the author to the quick edit dropdown author list if they currently lack the ability to edit so as to avoid stealing their post away from them. fixes #10967