THE-BWC / OpServ-Issues

Repository for all OpServ issues
MIT License
0 stars 0 forks source link

Proper date checking on operation creation #7

Closed PatrickPedersen closed 6 months ago

PatrickPedersen commented 6 months ago

Incorrectly setting the Date Start and/or Date End on operation creation. Will default to undefined/null and will throw the operation back to the start of Epoch: January 1, 1970.

UI should prevent the form from being submitted until an actual date has been inserted, instead of defaulting to the start of Epoch.

PatrickPedersen commented 6 months ago

10

Goltred commented 6 months ago

@PatrickPedersen I can help out with this one if you want

PatrickPedersen commented 6 months ago

@Goltred You are welcome to take a shot a it :)

Goltred commented 6 months ago

This should be fixed with https://github.com/THE-BWC/OpServ-V9/pull/11

PatrickPedersen commented 6 months ago

Changes and fixes deployed