Closed
Bug 1087298
Opened 11 years ago
Closed 11 years ago
revise permissions page for superusers
Categories
(Socorro :: Webapp, task)
Tracking
(Not tracked)
RESOLVED
FIXED
108
People
(Reporter: lonnen, Unassigned)
Details
Attachments
(1 file)
|
46.42 KB,
image/png
|
Details |
On the page explaining a users permissions we have logic to detect superusers and tell them they have all permissions. Then we tell them the permissions they do _and_ don't have for their group. This can result in a case where a superuser in a low ranking group like hackers lite can be told "you have all permissions" and immedietly told "you don't have the following permissions".
Since superuser wins, if we see a superuser we should report that instead of the group permissions. Eventually superuser will become a group and this will be moot, but let's not confuse anyone now.
Comment 1•11 years ago
|
||
If I'm reading your description correctly, what you're saying is to remove the little table if you're superuser basically. Is that right?
Flags: needinfo?(chris.lonnen)
Comment 2•11 years ago
|
||
you forgot to put "fixes ..." in the commit message
PR https://github.com/mozilla/socorro/pull/2448
Merged https://github.com/mozilla/socorro/commit/74e27d768af835afdd91707d6e23b36cc9034980
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(chris.lonnen)
Resolution: --- → FIXED
| Reporter | ||
Updated•11 years ago
|
Target Milestone: --- → 108
You need to log in
before you can comment on or make changes to this bug.
Description
•