Merged in release/3.6.2 (pull request #7835)
Release/3.6.2 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -610,7 +610,7 @@ function getMysqlVersion()
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
function applyMaskDateEnvironment(string $date, $mask = '', $caseListSetting = true)
|
||||
function applyMaskDateEnvironment($date, $mask = '', $caseListSetting = true)
|
||||
{
|
||||
$result = '';
|
||||
if (empty($mask)) {
|
||||
|
||||
@@ -950,6 +950,11 @@ Ext.onReady(function () {
|
||||
} else {
|
||||
loadFieldNormal();
|
||||
}
|
||||
},
|
||||
invalid: function () {
|
||||
PRO_UID = '';
|
||||
Ext.getCmp('assignedGrid').store.removeAll();
|
||||
storeA.removeAll();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user