Closed
Bug 759184
Opened 13 years ago
Closed 13 years ago
Kuma: "Edit section" requires special permissions
Categories
(developer.mozilla.org Graveyard :: Editing, defect)
developer.mozilla.org Graveyard
Editing
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: asqueella, Assigned: asqueella)
Details
(Whiteboard: t=2012-06-19)
Any user who is logged in can edit a page in Kuma (Document.allows_revision_by). But section editing (bug 678498) is only available to users with a special permission (Document.allows_editing_by). I guess a wrong method was picked because "allows_revision_by" is a confusing name.
| Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/066a2f8bb0c7c2cef867e502fbf185cd91b803d1
Bug 759184: Allow logged-in users to edit sections
Before this change editing sections required a special permission
(allows_editing_by).
https://github.com/mozilla/kuma/commit/93ab1f2941c4b7c96f591dfa51829ccb2912d960
Merge pull request #235 from nickolay/759184-section-editing
Bug 759184: Allow logged-in users to edit sections
| Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Whiteboard: t=2012-06-19
Updated•13 years ago
|
Version: Kuma → unspecified
Updated•13 years ago
|
Component: Docs Platform → Editing
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•