Remove the showPerformance setting, it's now subsumed into the Plack debug console.
This commit is contained in:
parent
5bbfe27f35
commit
cb7581a7a8
2 changed files with 7 additions and 8 deletions
|
|
@ -370,14 +370,6 @@ sub definition {
|
|||
hoverHelp=>$i18n->get('707 description'),
|
||||
defaultValue=>$setting->get("showDebug")
|
||||
});
|
||||
push(@fields, {
|
||||
tab=>"misc",
|
||||
fieldType=>"yesNo",
|
||||
name=>"showPerformanceIndicators",
|
||||
label=>$i18n->get('show performance indicators'),
|
||||
hoverHelp=>$i18n->get('show performance indicators description'),
|
||||
defaultValue=>$setting->get("showPerformanceIndicators")
|
||||
});
|
||||
push(@fields, {
|
||||
tab=>"misc",
|
||||
fieldType=>"selectBox",
|
||||
|
|
|
|||
7
share/upgrades/7.10.23-8.0.0/removeShowPerformance.pl
Normal file
7
share/upgrades/7.10.23-8.0.0/removeShowPerformance.pl
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use WebGUI::Upgrade::Script;
|
||||
|
||||
start_step "Removing show performance setting";
|
||||
|
||||
session->setting->remove('showPerformanceIndicators');
|
||||
|
||||
done;
|
||||
Loading…
Add table
Add a link
Reference in a new issue