Commit dbe0319e authored by Sergey Antonovich's avatar Sergey Antonovich 🇯🇵

Update jSynergy.js

parent 5b1acbea
......@@ -184,18 +184,16 @@ function __classSynergy() {
// [Метод не доступен из вне] До сохранения данных происходит процедурная манипуляция с данными
function beforeDoSaveFormData() {
let tmp = {};
let tmp = {
reglinkMeanings: [],
reglinkValueComponents: {}
};
function checkCompReglink(cmp, table) {
if (cmp.type !== 'reglink') {
return;
}
if (!tmp.hasOwnProperty('reglinkMeanings')) {
tmp.reglinkMeanings = [];
tmp.reglinkValueComponents = {};
}
if (table) {
tmp.reglinkValueComponents[table.id + '_' + cmp.id] = {
component: cmp,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment