Skip to content

Changed validation error message on wrong milestone dates

What does this MR do?

Changes the custom validation error in milestone.rb from "Start date Can't be greater than due date" to "Due date must be greater than start date".

Are there points in the code the reviewer needs to double check?

Not especially.

Why was this MR needed?

Validation error message was inexact when start and due dates were the same.

Screenshots (if relevant)

Not relevant, just changes the text.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #38393 (closed)

Merge request reports