DH-IT-Portal-Development / ethics

Ethical Committee web application in Django
http://fetc.hum.uu.nl
MIT License
2 stars 1 forks source link

fix: prevent submission on back actions #620

Closed tymees closed 8 months ago

tymees commented 8 months ago

Cherry-pick from #603

This PR re-introduces a check that prevents proposal submission by clicking the back button. This was accidentally removed during a refactor of the start review logic.

As this problem is blocking, it must be merged before #593 is.