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:
Paula Quispe
2021-03-11 19:54:27 +00:00
committed by Julio Cesar Laura Avendaño
2 changed files with 6 additions and 1 deletions

View File

@@ -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)) {

View File

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