While testing #1822 with @AaronPlave we noticed an issue with anchor validation not re-running in some cases. This seems to be a pre-existing bug not directly related to #1822 - to reproduce:
- Create an activity ("Activity A") on a plan, within plan bounds
- Create another activity ("B") and anchor it to the end time of Activity A
- Set the time offset of Activity B to a small negative interval, like 1 second. This is invalid/not allowed, & you should see an error message ("has a net negative offset relative to an end-time anchor").
- Move the start time of Activity A (the anchor parent) slightly
- Observe that the expected validation error on Activity B has now gone away
This is relatively low priority if this is the only case where this happens - however we should investigate and identify if this occurs for other types of validation errors too, or just this.
While testing #1822 with @AaronPlave we noticed an issue with anchor validation not re-running in some cases. This seems to be a pre-existing bug not directly related to #1822 - to reproduce:
This is relatively low priority if this is the only case where this happens - however we should investigate and identify if this occurs for other types of validation errors too, or just this.