Bug #20087
closedAllow predefined setting for "extended view" in list module
0%
Description
The following patch sets extended View for list module "on" by default.
Additional you can set the default value by userTS or pageTS with following setting:
mod.web_list.extendedView = 0 //disable extended view, no switch is displayed
mod.web_list.extendedView = 1 //enable extended view, no switch is displayed
mod.web_list.extendedView = 2 //no extended view by default, switch is displayed
mod.web_list.extendedView = 3 //extended view by default, switch is displayed
(issue imported from #M10533)
Files
Updated by Christian Kuhn over 15 years ago
Related to #18879
Attached another version with a slightly different solution. See core list for details.
Updated by Georg Ringer almost 15 years ago
added a new patch because things changed quite much. and it got even easier:
there is just one checkbox/option and this is shown in the user settings.
of course this can be overriden by using
setup.default.extendedView = 1
setup.override.extendedView = 1
Updated by Chris topher about 14 years ago
Closed, no change required.
This has been solved as part of #23506.