Skip to content

Commit

Permalink
Update metatable.php
Browse files Browse the repository at this point in the history
  • Loading branch information
creecros authored Nov 20, 2018
1 parent 7f9dda0 commit 5151801
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Template/task/metatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ class="metadata-table table-striped table-scrolling"
</tr>
</thead>
<tbody id="<?= $i ?>" class="connected">
<tr class="disabled">
<td style="border: none"></td>
<td style="border: none"></td>
<td style="border: none"></td>
<td style="border: none"></td>
</tr>
<?php foreach ($custom_fields as $custom_field): ?>
<?php if (!empty($this->task->taskMetadataModel->get($task['id'], $custom_field['human_name'], '')) && $custom_field['column_number'] == $i): ?>
<tr data-metadata-id="<?= $custom_field['id'] ?>">
Expand Down

0 comments on commit 5151801

Please sign in to comment.