#770 Complete the fix implemented in [2990], the configuration is kept even if not saved for the list

SVN:trunk[3029]
This commit is contained in:
Romain Quetiez
2013-12-09 15:55:11 +00:00
parent bd1096b0fc
commit 3b188524ca
5 changed files with 27 additions and 19 deletions

View File

@@ -981,8 +981,8 @@ EOF
case 'shortcut_list_dlg':
$sOQL = utils::ReadParam('oql', '', false, 'raw_data');
$sSourceTableId = utils::ReadParam('source_table_id', '', false, 'raw_data');
ShortcutOQL::GetCreationDlgFromOQL($oPage, $sOQL, $sSourceTableId);
$sTableSettings = utils::ReadParam('table_settings', '', false, 'raw_data');
ShortcutOQL::GetCreationDlgFromOQL($oPage, $sOQL, $sTableSettings);
break;
case 'shortcut_list_create':
@@ -1006,7 +1006,7 @@ EOF
}
$iId = $oShortcut->DBInsertNoReload();
$oShortcut->CloneTableSettings($aValues['source_table_id']);
$oShortcut->CloneTableSettings($aValues['table_settings']);
// Add the menu node in the right place
//