FranckKe / mersea

Web app to manage and visualise geolocalized waste report
https://oceanplastictracker.com
MIT License
16 stars 5 forks source link

[v2] The state of AddReport form is not reseted at the end #211

Closed mdouchement closed 5 years ago

mdouchement commented 5 years ago

Steps to reproduce:

  1. Add a report
  2. Do all report steps
  3. Close the report form
  4. Add a new report

=> The form is not at the first step but at the last.

FranckKe commented 5 years ago

Known issue. Step cannot be changed programmatically.

Requires customizing the lib.

mdouchement commented 5 years ago

Now it's tracked ;)

Could we not track the POST /reports and the on-close events?