Skip to content

Fix typo showing error message after destroy page

What does this MR do?

In d8ce327c there was a small refactor to use ServiceResponse in wiki controller actions. Nevertheless, there is a small typo/bug that, when there is an error deleting the page, we show the object string representation instead of the error message.

Screenshots (strongly suggested)

Before the MR:

Screenshot_2021-05-25_at_17.20.10

After the MR:

image

Does this MR meet the acceptance criteria?

Conformity

Merge request reports