Merge branch 'sprint/konglingmao_feedback#1472' into 'master'
* Resolved feedbak #1472,privilege error in my work requirement. See merge request easycorp/zentaopms!6523
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
<tbody>
|
||||
<?php foreach($stories as $story):?>
|
||||
<?php
|
||||
$storyLink = $this->createLink('story', 'view', "id=$story->id");
|
||||
$storyLink = $this->createLink('story', 'view', "id=$story->id&version=0¶m=0&storyType=requirement");
|
||||
$canBeChanged = common::canBeChanged('story', $story);
|
||||
$spanClass = $canBatchAction ? 'c-span' : '';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user