Wrong validation on end date of dynamic location
Summary
- Form validation of location action on
dynamic location
says end date must be before start date - Validation happens here:
components/configurations/ConfigurationDynamicLocationEndActionDataForm.vue
Steps to reproduce
- create a configuration
- create a dynamic location action (
locations
tab of that configuration) - select a later date and stop the dynamic location action
What is the current bug behavior?
- Form validation of location action on
dynamic location
says end date must be before start date
What is the expected correct behavior?
- Form validation of location action on
dynamic location
says end date must be after start date
Some logs and/or screenshots
Possible fixes
On Dates defined by actions
select now
should not select the exact seconds and milliseconds.
It should set zeros :00.000Z
.
ToDo's
-
Bug reproduced -
Cause found -
Bug fixed
Edited by Tobias Kuhnert