frontend
frontend copied to clipboard
Force Page Reload After Project Add Version
Current Behavior
When using the Frontend, a new version of a project is added via View Details -> Add Version
After adding the new version the project version dropdown is unchanged... it does not display the version that was just added.
Proposed Behavior
When a version is added the page should perform a force-reload so that the version drop-down will display the version that was just added. This will allow the user to immediately see that what they wanted to create is present... and they can also immediately switch to that version.
Checklist
- [X] I have read and understand the contributing guidelines
- [X] I have checked the existing issues for whether this enhancement was already requested
I'm thinking this should be solvable without forcing a page reload. For example by re-fetching the project's data such that Vue's model binding will pick up the change.