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

Project data is not preserved when stepping back in the add project wizard #530

Closed
seav opened this issue Aug 8, 2016 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@seav
Copy link
Contributor

seav commented Aug 8, 2016

Steps to reproduce the error

In the latest master branch (or the current staging website):

  1. Go to the add new project wizard
  2. Add a geometry (or not) then click on the "Next" button
  3. Enter any details such as organization, name, URL, contacts, etc.
  4. Click on the "Previous" button
  5. Click on the "Next" button
  6. Notice that the fields are back to their default values
  7. Enter any details such as organization, name, URL, contacts, etc.
  8. Click on the "Next" button
  9. Select non-default permissions for org members
  10. Click on the "Previous" button
  11. Click on the "Next" button
  12. Notice that the permissions are back to their default values

Actual behavior

  • See steps 6 and 12 above

Expected behavior

  • The details entered at step 3 should be preserved at step 6
  • The permissions selected at step 9 should be preserved at step 12
@ian-ross
Copy link
Contributor

ian-ross commented Aug 8, 2016

OK, that's totally not what's supposed to happen! Maybe I misunderstood how the wizard stuff works when I originally set it up. Let me look at this one.

@ian-ross ian-ross added this to the Sprint 7 milestone Aug 8, 2016
@ian-ross ian-ross self-assigned this Aug 8, 2016
ian-ross pushed a commit that referenced this issue Aug 8, 2016
Add code to save form data when "Previous" button is pressed in add
project wizard to ensure that field values are saved whatever steps the
user takes through the wizard.
ian-ross pushed a commit that referenced this issue Aug 9, 2016
Add code to save form data when "Previous" button is pressed in add
project wizard to ensure that field values are saved whatever steps the
user takes through the wizard.
ian-ross pushed a commit that referenced this issue Aug 9, 2016
Add code to save form data when "Previous" button is pressed in add
project wizard to ensure that field values are saved whatever steps the
user takes through the wizard.
oliverroick added a commit that referenced this issue Aug 9, 2016
Fix #530: add project wizard data preservation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants