Skip to content

Commit 0c12e78

Browse files
committed
moved code to presave list content field when user submits content field form within popup content fields form
1 parent d4ab560 commit 0c12e78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

editor.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,6 @@ S.editor.datasets = {
409409
var popup = S.editor.fields.popup(partial, lang, 'Update Record for "' + name + '"', fieldslist, 'Update Record', (e, fields) => {
410410
//pass content field data to dataset service
411411
popup.find('button.apply').hide();
412-
//update content field values before saving
413-
S.editor.fields.presave();
414412
//update record in database
415413
S.ajax.post('Datasets/UpdateRecord', { datasetId: datasetId, recordId: recordId, lang: lang, fields: fields }, (response) => {
416414
S.popup.hide();

0 commit comments

Comments
 (0)