* [bug#53521,done,0.1h] fix bug.
This commit is contained in:
@@ -33,6 +33,7 @@ window.revertDefaultFields = function(e)
|
||||
|
||||
$.post(submitUrl, postData, function(response)
|
||||
{
|
||||
response = JSON.parse(response);
|
||||
const customFields = response.customFields.split(',');
|
||||
const showFields = response.showFields.split(',');
|
||||
customFields.forEach(function(field)
|
||||
|
||||
Reference in New Issue
Block a user