frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Force Page Reload After Project Add Version

Open msymons opened this issue 9 months ago • 1 comments

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.

image

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.

image

Checklist

msymons avatar May 06 '24 15:05 msymons

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.

nscuro avatar May 08 '24 11:05 nscuro