Content
View differences
Updated by Attila Dombi over 1 year ago
Applying the `view_project_stages_and_gates` on the Project list page was not possible until the other tickets got merged.
This ticket accounts for applying that.
Another inconsistency was discovered regarding the validation of gates:
> Stages cannot have overlapping dates. Gates can overlap the start/end date of a stage. But only exactly the start/end date.
> The date of a gate cannot be between a stage's dates.
> A gate's date cannot be the same as another gate's date.
Currently the "Gates can overlap the start/end date of a stage. But only exactly the start/end date." is not possible, and will be fixed in this implementation too.
This ticket accounts for applying that.
Another inconsistency was discovered regarding the validation of gates:
> Stages cannot have overlapping dates. Gates can overlap the start/end date of a stage. But only exactly the start/end date.
> The date of a gate cannot be between a stage's dates.
> A gate's date cannot be the same as another gate's date.
Currently the "Gates can overlap the start/end date of a stage. But only exactly the start/end date." is not possible, and will be fixed in this implementation too.