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

DMPT Back button: Skips Data Storage form #53

Open
grantj-re3 opened this issue Oct 14, 2013 · 0 comments
Open

DMPT Back button: Skips Data Storage form #53

grantj-re3 opened this issue Oct 14, 2013 · 0 comments

Comments

@grantj-re3
Copy link

When clicking the "Back" button through the DMPT, it does not follow the same path as the "Next" button (ie. the Data Storage form is skipped on the way back). On our 1.6.1 system, I fixed by updating as per the following diffs.

diff -bw ./portal/dashboard/dashboard/form-components/dmpt-iniflow.json*
18c18
<             "Back": "dataStorage",

---
>               "Back": "People",


diff -bw ./portal/dashboard/dashboard/form-components/dmpt-mainflow.json*
15c15
<             "Back": "dataStorage",

---
>               "Back": "People",
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

No branches or pull requests

1 participant