Wiki source code of Limitations when Moving/Renaming a Page (for Adminstrators)
Last modified by Eleni Cojocariu on 2026/03/19 08:42
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | When [[moving/renaming>>documentation.xs.user.base.page.refactoring-operations-pages.move-rename.WebHome]] a Page, there are some limitations that can be resolved by administrators: | ||
| 2 | |||
| 3 | * For [[references to be updated>>documentation.xs.user.base.page.linking-references.updating-links.WebHome]] during a [[Page rename>>documentation.xs.user.base.page.refactoring-operations-pages.move-rename.WebHome]], ##backlinks## must be enabled (from the ##xwiki.cfg## file). Backlinks are enabled by default, but if they were disabled, they will not be updated. | ||
| 4 | * Backlinks are saved when a Page is saved. In a clean XWiki database, backlinks might not yet be stored. In this case, an administrator can refresh all links by executing the following code: | ||
| 5 | {{code language="none"}}$xwiki.refreshLinks(){{/code}} |