reinitiate manifest array field state on refresh #677
Labels
client
Related to front end workings (React/Redux)
enhancement
New feature or enhancement
test
Unit tests are, or need to be, included
🚀 Feature Request
To enhance the UX, it's annoying that we have to re-add the transporters and waste lines every time the manifest form refreshes for a draft manifest (which happens often in a development environment). Currently, the generator and TSDF are stored in a URL parameter and retrieved on refresh.
We could also implement a similar feature for transporters since they are also retrieved from the haztrak db, waste lines represent a more unique challenge since we don't save waste lines to the database unless they're associated with a manifest (which does not exists until the manifest has been saved).
Options:
The text was updated successfully, but these errors were encountered: