* Adjust the style.
This commit is contained in:
@@ -28,6 +28,7 @@ html[lang='en'] #deadlineTd .input-group-addon{padding: 5px 18px}
|
||||
|
||||
.input-group-addon.w-90px{min-width:90px;}
|
||||
.input-group .input-group-btn .btn{padding: 6px 12px;}
|
||||
.input-group .chosen-container{min-width: 80px;}
|
||||
#all{border-left:none}
|
||||
|
||||
.pri-selector > .btn {padding: 5px 8px!important; width: 100%;}
|
||||
|
||||
@@ -179,7 +179,8 @@ class projectreleaseModel extends model
|
||||
$this->dao->insert(TABLE_RELEASE)->data($release)
|
||||
->autoCheck()
|
||||
->batchCheck($this->config->release->create->requiredFields, 'notempty')
|
||||
->check('name', 'unique', "product = {$release->product} AND branch = {$release->branch} AND deleted = '0'");
|
||||
->check('name', 'unique', "product = {$release->product} AND branch = {$release->branch} AND deleted = '0'")
|
||||
->exec();
|
||||
|
||||
if(dao::isError())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user