This commit is contained in:
tianshujie
2022-06-07 15:14:24 +08:00
parent 6a1f0a9562
commit c7b1da840f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -555,7 +555,7 @@ $('#modalTeam .btn').click(function()
}
else
{
if(config.onlybody == 'yes')
if(config.onlybody == 'yes' && vision == 'lite')
{
$('.close').parent().click();
}
+1
View File
@@ -16,6 +16,7 @@
<?php js::set('toTaskList', !empty($task->id));?>
<?php js::set('blockID', $blockID);?>
<?php js::set('teamMemberError', $lang->task->error->teamMember);?>
<?php js::set('vision', $config->vision);?>
<?php if(!empty($storyID)):?>
<style> .title-group.required > .required:after {right: 110px;}</style>
<?php endif;?>