PMCORE-2335

This commit is contained in:
Andrea Adamczyk
2021-03-10 11:37:45 -04:00
parent 00c7db1289
commit 38117da554

View File

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