Fix #15741 - Fatal javascript error on clicking "Pick from Central Columns"
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
This commit is contained in:
parent
33c6a1c17a
commit
07226e1160
@ -3561,7 +3561,7 @@ AJAX.registerOnload('functions.js', function () {
|
||||
url: href,
|
||||
data: params,
|
||||
success: function (data) {
|
||||
centralColumnList[db + '_' + table] = JSON.parse(data.message);
|
||||
centralColumnList[db + '_' + table] = data.message;
|
||||
},
|
||||
async:false
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user