Merge branch 'sgm_dtable' into zentaopms_284

This commit is contained in:
Yagami
2023-02-15 15:49:53 +08:00
14 changed files with 708 additions and 253 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
</tr>
</thead>
<tbody>
<?php foreach($executionIDList as $executionID):?>
<?php foreach($executions as $executionID => $execution):?>
<?php
if(!empty($this->config->moreLinks["PM"])) $this->config->moreLinks["PMs[$executionID]"] = $this->config->moreLinks["PM"];
if(!empty($this->config->moreLinks["PO"])) $this->config->moreLinks["POs[$executionID]"] = $this->config->moreLinks["PO"];