Reloading the dashboard loses the context
Bug #893160 reported by
Pierre Baillet
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Graphite |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
More a feature request than a bug. However, a simple fix (assuming window.
http://
Probably some escaping/unescaping issues around the corner but works quite well in FF (with dashboard names including spaces for example).
Related branches
lp://staging/~octplane/graphite/url_management
On hold
for merging
into
lp://staging/~graphite-dev/graphite/main
- chrismd: Approve
-
Diff: 658 lines (+145/-93)18 files modifiedwebapp/content/css/dashboard.css (+8/-8)
webapp/content/js/composer_widgets.js (+2/-2)
webapp/content/js/dashboard.js (+55/-12)
webapp/graphite/account/views.py (+6/-5)
webapp/graphite/browser/urls.py (+5/-5)
webapp/graphite/browser/views.py (+4/-1)
webapp/graphite/composer/urls.py (+1/-1)
webapp/graphite/composer/views.py (+2/-0)
webapp/graphite/dashboard/views.py (+3/-0)
webapp/graphite/graphlot/views.py (+2/-0)
webapp/graphite/templates/500.html (+1/-2)
webapp/graphite/templates/browser.html (+3/-3)
webapp/graphite/templates/browserHeader.html (+8/-8)
webapp/graphite/templates/composer.html (+10/-10)
webapp/graphite/templates/dashboard.html (+21/-22)
webapp/graphite/templates/event.html (+1/-1)
webapp/graphite/templates/login.html (+1/-1)
webapp/graphite/urls.py (+12/-12)
Changed in graphite: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This was cherrypicked in from merge request 82998 in r609