Index: branches/RC/core/install/install_data.sql =================================================================== diff -u -N -r9980 -r10021 --- branches/RC/core/install/install_data.sql (.../install_data.sql) (revision 9980) +++ branches/RC/core/install/install_data.sql (.../install_data.sql) (revision 10021) @@ -613,7 +613,6 @@ INSERT INTO ConfigurationAdmin VALUES ('DefaultSettingsUserId', 'la_title_General', 'la_prompt_DefaultUserId', 'text', NULL, NULL, '12', '0', '0'); INSERT INTO ConfigurationValues VALUES (DEFAULT, 'DefaultSettingsUserId', -1, 'Proj-Base', 'in-portal:configure_general'); -UPDATE ConfigurationValues SET ModuleOwner = 'Proj-Base', Section = 'proj-base:sysconfig' WHERE VariableName IN ('UseColumnFreezer'); -UPDATE ConfigurationValues SET ModuleOwner = 'Proj-Base', Section = 'proj-base:sysconfig' WHERE VariableName IN ('TrimRequiredFields'); -UPDATE ConfigurationValues SET ModuleOwner = 'Proj-Base', Section = 'proj-base:sysconfig' WHERE VariableName IN ('MenuFrameWidth'); -UPDATE ConfigurationValues SET ModuleOwner = 'Proj-Base', Section = 'proj-base:sysconfig' WHERE VariableName IN ('DefaultSettingsUserId'); \ No newline at end of file +INSERT INTO ConfigurationAdmin VALUES ('KeepSessionOnBrowserClose', 'la_title_General', 'la_prompt_KeepSessionOnBrowserClose', 'checkbox', NULL, NULL, '13', '0', '0'); +INSERT INTO ConfigurationValues VALUES (DEFAULT, 'KeepSessionOnBrowserClose', 0, 'Proj-Base', 'in-portal:configure_general'); +