|
|
@ -2980,7 +2980,7 @@ define([
|
|
|
|
if (results.hasOwnProperty(uid)) { return results[uid]; }
|
|
|
|
if (results.hasOwnProperty(uid)) { return results[uid]; }
|
|
|
|
APP.formBlocks.some(function (data) {
|
|
|
|
APP.formBlocks.some(function (data) {
|
|
|
|
if (!data.getValue) { return; }
|
|
|
|
if (!data.getValue) { return; }
|
|
|
|
if (data.uid === uid) {
|
|
|
|
if (data.uid === String(uid)) {
|
|
|
|
results[uid] = data.getValue();
|
|
|
|
results[uid] = data.getValue();
|
|
|
|
return true;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|