Skip to content

Allow empty wiki pages

What does this MR do?

In this MR we're removing the constraint for wiki pages to have content. This aligns the UI with the Git workflow, because users can push empty wiki pages through it and, because of this restriction, the validator raises some errors in the background job.

The changes are backend related ones. We still need to change the UI to allow empty wiki pages.

Does this MR meet the acceptance criteria?

Conformity

Related to #221061 (closed)

Merge request reports