Merge branch 'sprint/fixbug_hufangzhou_21708' into 'master'

* Fix bug #21708.

See merge request easycorp/zentaopms!2928
This commit is contained in:
王怡栋
2022-04-14 02:24:13 +00:00
+1 -1
View File
@@ -102,7 +102,7 @@
<?php endif;?>
<div class='tab-content'>
<div id='stories' class='tab-pane <?php if($type == 'story') echo 'active'?>'>
<?php $canOrder = common::hasPriv('project', 'storySort');?>
<?php $canOrder = common::hasPriv('execution', 'storySort');?>
<div class='actions'>
<?php if(!$plan->deleted and $plan->parent >= 0 and $canBeChanged):?>
<div class="btn-group">