* adjust code.

This commit is contained in:
z
2020-07-27 16:44:23 +08:00
parent 9a0cb8d0cc
commit 1cc523fd01
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -64,7 +64,7 @@ function setAssignedTo(moduleID, productID)
var realName = owner[1];
var isExist = false;
var count = $('#assignedTo').find('option').length;
for(var i=0;i<count;i++)
for(var i=0; i < count; i++)
{
if($('#assignedTo').get(0).options[i].value == account)
{
@@ -79,7 +79,6 @@ function setAssignedTo(moduleID, productID)
}
$('#assignedTo').val(account);
$("#assignedTo").trigger("chosen:updated");
});
}
+1 -1
View File
@@ -596,7 +596,7 @@ class upgradeModel extends model
$this->saveLogs('Execute 12_3_2');
$this->execSQL($this->getUpgradeFile('12.3.2'));
$this->appendExec('12_3_2');
case '12.3.3':
case '12_3_3':
$this->saveLogs('Execute 12_3_3');
$this->execSQL($this->getUpgradeFile('12.3.3'));
$this->addPriv12_3_3();