Merged in bugfix/PMCORE-2335-a (pull request #7829)

PMCORE-2335

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Andrea Adamczyk
2021-03-10 16:22:33 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -950,6 +950,11 @@ Ext.onReady(function () {
} else {
loadFieldNormal();
}
},
invalid: function () {
PRO_UID = '';
Ext.getCmp('assignedGrid').store.removeAll();
storeA.removeAll();
}
}
});