Wiki source code of Include Dashboard Page And Add Context Parameter
Last modified by Ilie Andriuta on 2026/01/26 12:18
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | Preconditions: | ||
| 2 | |||
| 3 | - A Dashboard page is already created | ||
| 4 | - The user has Script Right (in order for gadget titles to be rendered and scripts inside gadgets to be executed) | ||
| 5 | |||
| 6 | **NOTE**: Since XWiki 14.10, the Script Right is not granted by default anymore to new users, therefore must be granted manually | ||
| 7 | |||
| 8 | 1. Edit a WebHome and a Terminal page using the Wiki editor | ||
| 9 | 1. Write{{{ {{include reference="Space.Page" context="new"/}} }}}, where Space.Page is the space and page name of the created dashboard | ||
| 10 | 1. Save the page |