Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support old panelId urls for view & edit panel #25459

Closed
torkelo opened this issue Jun 8, 2020 · 2 comments · Fixed by #25653
Closed

Support old panelId urls for view & edit panel #25459

torkelo opened this issue Jun 8, 2020 · 2 comments · Fixed by #25653
Assignees
Milestone

Comments

@torkelo
Copy link
Member

torkelo commented Jun 8, 2020

We need to add redirects for old links that use panelId , to redirect viewPanel & editPanel

In 7.0 we changed the view panel & edit panel urls from

From
https://play.grafana.org/d/000000012/grafana-play-home?panelId=2&orgId=1&edit&fullscreen

To
https://play.grafana.org/d/000000012/grafana-play-home?editPanel=2&orgId=1

For view panel (only difference is missing edit url param)

From
https://play.grafana.org/d/000000012/grafana-play-home?panelId=2&orgId=1&fullscreen

To
https://play.grafana.org/d/000000012/grafana-play-home?viewPanel=2&orgId=1

@torkelo torkelo added this to the 7.1 milestone Jun 8, 2020
@torkelo torkelo self-assigned this Jun 8, 2020
@dprokop
Copy link
Member

dprokop commented Jun 9, 2020

@torkelo can you explain a little bit more? Just in case someone want's to pick this up.

@torkelo torkelo removed their assignment Jun 9, 2020
@torkelo
Copy link
Member Author

torkelo commented Jun 9, 2020

Added more info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants