Summary | Permissions problem with remove and revert revisions |
Queue | Wicked |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) |
Requester | scalero (at) datadec (dot) es |
Created | 10/17/2007 (6518 days ago) |
Due | |
Updated | 01/06/2008 (6437 days ago) |
Assigned | 10/17/2007 (6518 days ago) |
Resolved | 01/06/2008 (6437 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
operated on. I've committed the correct fix.
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Permissions problem with remove and revert revisions
Due ⇒ 10/17/2007
Queue ⇒ Wicked
State ⇒ Unconfirmed
revert a revision, and I have permission to this, this isn't possible
and I go back to the original Wiki page.
When this patch works but is it correct?
File: "wicked/lib/Page/DeletePage.php" Line: 26
-----------------------------------------------------------------------
- var $supportedModes = array(WICKED_MODE_DISPLAY => true);
+ var $supportedModes = array(WICKED_MODE_DISPLAY => true,
+ WICKED_MODE_REMOVE => true);
File: "wicked/lib/Page/DeletePage.php" Line: 20
-----------------------------------------------------------------------
- var $supportedModes = array(WICKED_MODE_DISPLAY => true);
+ var $supportedModes = array(WICKED_MODE_DISPLAY => true,
+ WICKED_MODE_EDIT => true);