This PR should fix one of the scenario's that @jschuurk-kr found exploring data entry:
Produce a warning on 'voters and votes' section
Accepting the warning and continue
Go back to 'voters and votes'
Deselect accept warnings
Abort data entry
Select 'save data' in the abort popup modal
Expected behaviour: data is saved and navigation to data entry overview page
Actual behaviour: data is saved and a new popup modal appears over the original modal, because of navigating away
The suggested fix is to always allow navigation because of the initial data entry abort, thanks @lkleuver for finding it!
This PR should fix one of the scenario's that @jschuurk-kr found exploring data entry:
The suggested fix is to always allow navigation because of the initial data entry abort, thanks @lkleuver for finding it!