Skip to content

Set flash error message only for current request when updating project

What does this MR do?

This fixes a flash error message from being shown twice when updating a project fails. The flash message was set for the current and next request. Now it's only set for the current request, thus only shown once.

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

Why was this MR needed?

Requested in #43772 (closed)

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #43772 (closed)

Edited by Rémy Coutable

Merge request reports