Merge branch 'mayue_fix_bug#16456' into 'master'

* Fix bug #16456.

See merge request easycorp/zentaopms!2642
This commit is contained in:
孙广明
2022-03-30 07:49:30 +00:00
+1 -2
View File
@@ -401,8 +401,7 @@ $projectIDParam = $isProjectStory ? "projectID=$projectID&" : '';
$misc = $canBatchClose ? "onclick=\"setFormAction('$actionLink', '', '#productStoryForm')\"" : '';
echo "<li $class>" . html::a('#', $lang->close, '', $misc) . "</li>";
$class = $canBatchUnlink ? '' : "class='disabled'";
echo "<li $class>" . html::a('#', $lang->story->unlink, '', "id='batchUnlinkStory'") . "</li>";
if($canBatchUnlink) echo "<li $class>" . html::a('#', $lang->story->unlink, '', "id='batchUnlinkStory'") . "</li>";
if($canBatchReview)
{