Closed
Bug 758592
Opened 13 years ago
Closed 13 years ago
[UI] Non logged in users should not see URLs tab
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
VERIFIED
FIXED
12
People
(Reporter: espressive, Assigned: espressive)
Details
Attachments
(2 files)
Currently the URLs tab on report/list is visible even to users who are not logged in. Even though unauthorized users will not see any data in the tab, it is not the correct behavior for the tab to be visible.
| Assignee | ||
Comment 1•13 years ago
|
||
Sent pull request :: https://github.com/mozilla/socorro/pull/617
TEST CASE
---------
Viewing report/list as an unauthorized user the URLs tab, far right, should not be visible.
Comment 2•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/5d0ca67660042dc6152dede1e2509a39c504bed6
ensure urls tab is only shown to logged in users fixes bug 758592
https://github.com/mozilla/socorro/commit/c0f7acbecf12a0a8fa05ee14314e49debe8a1b78
Merge pull request #617 from ossreleasefeed/ensure-urls-tab-hidden-noauth-users-758592
ensure urls tab is only shown to logged in users fixes bug 758592
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 3•13 years ago
|
||
Commits pushed to admin-refactor at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/5d0ca67660042dc6152dede1e2509a39c504bed6
ensure urls tab is only shown to logged in users fixes bug 758592
https://github.com/mozilla/socorro/commit/c0f7acbecf12a0a8fa05ee14314e49debe8a1b78
Merge pull request #617 from ossreleasefeed/ensure-urls-tab-hidden-noauth-users-758592
Comment 4•13 years ago
|
||
It appears that the url tab is still visible when a user is not logged in - it is not selectable.
Comment 5•13 years ago
|
||
Commit pushed to stage at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/595d2bce99ae78881562e61073fac575b6c9d210
ensure urls tab is only shown to logged in users fixes bug 758592
Comment 6•13 years ago
|
||
QA verifed on stage - thanks espressive this looks perfect. The url tab now only shows up on the page when an admin user is logged in.
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•13 years ago
|
||
Commit pushed to stage at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/36991838617a47f2eb4c07bf1d14e88e9591e8ea
ensure urls tab is only shown to logged in users fixes bug 758592
You need to log in
before you can comment on or make changes to this bug.
Description
•