Project

General

Profile

Actions

Bug #39121

open

mgr/dashboard: Cancel button leads to the previous page in browser history

Added by Ernesto Puerta about 5 years ago. Updated almost 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
UX
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

After back button refactoring, the behaviour of the Back/Cancel button has changed:
- Previously it was based on the Router hierarchy (e.g.: #/pool/create's back led always to #/pool)
- Now it uses location.back() method, which relies on the browser history (e.g: #/pool/create is accessed via URL, after clicking Cancel the browser will show the browser home page, not #/pool or any other dashboard page).

No matter this is acceptable behaviour or not, it means a change in the way the user browses the dashboard.

An alternative to this could be to use existing information provided to the Routing module.

Actions

Also available in: Atom PDF