fix: [indexTable] Missing argument to display the reload popup

pull/93/head
Sami Mokaddem 2022-02-24 14:50:57 +01:00
parent f044bd8957
commit b30dff219b
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ function mergeNewTableSettingsIntoOld(table_setting_id, oldTableSettings, newTab
return tableSettings
}
function saveTableSetting(settingName, newTableSettings) {
function saveTableSetting(settingName, newTableSettings, automaticFeedback=true) {
const urlSet = `/user-settings/setMySetting/${settingName}`
return AJAXApi.quickFetchAndPostForm(urlSet, {
value: JSON.stringify(newTableSettings)