Skip to content

New milestone: make project required in views

What does this MR do?

It changes the behaviour of project field validation when a new milestone is being added.

  • Old behaviour: When the project field is empty the form can be submitted and an error is returned
  • New behaviour: When the project field is empty the form can't be submitted, the submit button is disabled.

Why was this MR needed?

Reported in up-for-grabs issues

What are the relevant issue numbers?

#24101 (closed)

Merge request reports