Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
9.2
-
None
-
Hard
-
Description
Wiki preferences often support inheritance. The most common chain of inheritance is:
page < parent page < ... < sub-wiki < main wiki < xwiki.properties
This means that a configuration property:
- can be set explicitly or
- can be left unset in order to inherit from its ancestors
The issue is that at the moment, when looking at a configuration option that is not set:
- you don't know what is the actual value (you see "---" for instance)
- you don't know where that value comes from (where is it inherited from)
The problem is visible most often on drop-downs (select HTML element) and text inputs:
- for text inputs we could display the default/inherited value using the "placeholder" attribute
- for drop-downs we need to replace the "---" option with something more meaningful.
Attachments
Issue Links
- is related to
-
XWIKI-14664 Unable to go back to the default value after a FlamingoTheme or IconTheme has been set
- Closed
-
XWIKI-9663 Show default value for date format in administration
- Open
- relates to
-
XWIKI-6907 Set a default value to the "WatchList daily notifier"
- Open
-
XWIKI-2194 Provide Default Option for the minor edit checkbox
- Open
-
XWIKI-7715 Hard to understand which is the default value for Profile's Preferences entries (edit/view mode)
- Closed
-
XWIKI-14297 Make it simpler to see Admin UI changes and revert to default values
- Open