* Fix bug #12660.
This commit is contained in:
@@ -329,7 +329,7 @@
|
||||
if(empty($key)) continue;
|
||||
if(strpos('wait|planned|projected', $key) !== false) continue;
|
||||
$actionLink = $this->createLink('story', 'batchChangeStage', "stage=$key");
|
||||
echo "<li>" . html::a('#', $stage, '', "onclick=\"setFormAction('$actionLink', 'hiddenwin')\"") . "</li>";
|
||||
echo "<li>" . html::a('#', $stage, '', "onclick=\"setFormAction('$actionLink', 'hiddenwin', '#storyList')\"") . "</li>";
|
||||
}
|
||||
echo '</ul>';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user