Merge branch 'sprint/174_songchenxuan_45019' into 'master'
* Finish task #45019. See merge request easycorp/zentaopms!671
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
<?php
|
||||
if($canBatchEdit)
|
||||
{
|
||||
$actionLink = $this->createLink('testcase', 'batchEdit');
|
||||
$actionLink = $this->createLink('testcase', 'batchEdit', "productID=0&branch=all");
|
||||
$misc = "data-form-action='$actionLink'";
|
||||
echo html::commonButton($lang->edit, $misc);
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
<div class='table-actions btn-toolbar'>
|
||||
<div class='btn-group dropup'>
|
||||
<?php
|
||||
$actionLink = $this->createLink('testcase', 'batchEdit', "productID=$productID&branch=$task->branch");
|
||||
$actionLink = $this->createLink('testcase', 'batchEdit', "productID=$productID&branch=all");
|
||||
$misc = $canBatchEdit ? "onclick=\"setFormAction('$actionLink')\"" : "disabled='disabled'";
|
||||
echo html::commonButton($lang->edit, $misc);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user