Skip to content

Allow moving wiki pages from the UI

What does this MR do?

Allow moving wiki through the wiki structure using the input fields.

Why was this MR needed?

Right now, the only thing we could do is to rename wiki pages. If we set the page title to 'foo/bar' instead of moving the page to that path it will move or rename the page to the current_tree/foo/bar.

We have added a little behavior to the title input in the wiki page edit form. If the page is inside a subtree of folders and you want to move it to the root one, you have to add '/' to the beginning of the title (there is also a tooltip in the form explaining that).

Screenshots

image

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #37273 (closed)

Edited by Dimitrie Hoekstra

Merge request reports