mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°2847 - Navigation menu: Change default expanded/collapsed behavior
- Keep previous value (iTop 2.7 and older) if present - Otherwise, collapsed by default - Also renamed the user pref. to match new conventions
This commit is contained in:
@@ -824,7 +824,7 @@ try
|
||||
break;
|
||||
|
||||
case 'set_pref':
|
||||
$sCode = utils::ReadPostedParam('code', '');
|
||||
$sCode = utils::ReadPostedParam('code', '', 'raw_data');
|
||||
$sValue = utils::ReadPostedParam('value', '', 'raw_data');
|
||||
appUserPreferences::SetPref($sCode, $sValue);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user