* fix bug #21423
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
<?php js::set('vision', $this->config->vision);?>
|
||||
<?php js::set('projectID', $projectID);?>
|
||||
<?php js::set('productID', $productID);?>
|
||||
<?php js::set('teamMemberError', $lang->task->error->teamMember);?>
|
||||
<?php if(!empty($storyID)):?>
|
||||
<style> .title-group.required > .required:after {right: 110px;}</style>
|
||||
<?php endif;?>
|
||||
|
||||
@@ -546,10 +546,19 @@ $('#modalTeam .btn').click(function()
|
||||
if(teamList.length <= 2)
|
||||
{
|
||||
alert(teamMemberError);
|
||||
return false;
|
||||
}
|
||||
else
|
||||
{
|
||||
$('.close').click();
|
||||
if(config.onlybody == 'yes')
|
||||
{
|
||||
$('.close').parent().click();
|
||||
}
|
||||
else
|
||||
{
|
||||
$('.close').click();
|
||||
}
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user