Closed
Bug 1012718
Opened 12 years ago
Closed 12 years ago
Constructive links on the symbols page for those without permission
Categories
(Socorro :: Webapp, task)
Tracking
(Not tracked)
RESOLVED
FIXED
88
People
(Reporter: peterbe, Assigned: peterbe)
Details
(Whiteboard: [config changes])
If you visit https://crash-stats.mozilla.com/symbols/ and don't have sufficient permissions (to either web form upload or read instructions on how to use the API) it should say something a bit more constructive.
Primarily it needs a link to filing a bugzilla ticket and some instructions around that.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → peterbe
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•12 years ago
|
||
| Assignee | ||
Comment 2•12 years ago
|
||
Please add the following to the bottom of settings/local.py::
# When you don't have permission to upload Symbols you might be confused
# what to do next. On the page that explains that you don't have permission
# there's a chance to put a link
SYMBOLS_PERMISSION_HINT_LINK = {
'url': 'https://bugzilla.mozilla.org/enter_bug.cgi?product=Socorro&component=General',
'label': 'File a bug in bugzilla'
}
Whiteboard: [config changes]
| Assignee | ||
Comment 3•12 years ago
|
||
Ignore Comment 2 and add this instead in settings/local.py::
# When you don't have permission to upload Symbols you might be confused
# what to do next. On the page that explains that you don't have permission
# there's a chance to put a link
SYMBOLS_PERMISSION_HINT_LINK = {
'url': 'https://bugzilla.mozilla.org/enter_bug.cgi?product=Socorro&'
'component=General&groups=client-services-security',
'label': 'File a bug in bugzilla'
}
Comment 4•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/11f08cac341812e3c751d50d03e14a2fa046a2d4
fixes bug 1012718 - Constructive links on the symbols page for those without permission
https://github.com/mozilla/socorro/commit/a47035105c5d5c57635350253f650da06b48c147
Merge pull request #2065 from peterbe/bug-1012718-constructive-links-on-the-symbols-page-for-those-without-permission
fixes bug 1012718 - Constructive links on the symbols page for those without permission
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Target Milestone: --- → 88
You need to log in
before you can comment on or make changes to this bug.
Description
•