This commit is contained in:
孙华伟
2022-03-03 09:40:43 +08:00
parent e0640737c2
commit c01323fdbb
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -2090,7 +2090,6 @@ class execution extends control
$this->view->kanbanData = $kanbanData;
$this->view->executionActions = $executionActions;
$this->view->kanban = $this->lang->execution->kanban;
$this->view->linkedProducts = $this->product->getProducts($executionID);
$this->display();
}
-1
View File
@@ -257,7 +257,6 @@ js::set('hasTaskButton', $hasTaskButton);
</div>
<div class="modal-body">
<div class='input-group'>
<?php echo html::select('products', $productNames, '', "class='form-control chosen' id='products'");?>
<span class='input-group-btn'><?php echo html::a(helper::createLink('story', 'batchCreate', "productID=$productID&branch=$branchID&moduleID=0&story=0&execution=$execution->id", '', true), $lang->execution->batchCreateStory, '', "class='btn btn-primary iframe' data-width='90%' id='batchCreateStoryButton' data-dismiss='modal'");?></span>
</div>