template updates removing ids more again
CI / testsuite (mysql, 8.1, ) (push) Failing after 0s Details
CI / testsuite (mysql, 8.4, ) (push) Failing after 0s Details
CI / testsuite (pgsql, 8.1, ) (push) Failing after 0s Details
CI / testsuite (pgsql, 8.4, ) (push) Failing after 0s Details
CI / testsuite (sqlite, 8.1, ) (push) Failing after 0s Details
CI / testsuite (sqlite, 8.1, prefer-lowest) (push) Failing after 0s Details
CI / testsuite (sqlite, 8.4, ) (push) Failing after 0s Details
CI / Coding Standard & Static Analysis (push) Failing after 0s Details

This commit is contained in:
Brandon Shipley 2025-03-27 23:12:17 -07:00
parent c1218ac106
commit a9a79ffb1d
Signed by: bmfs
GPG Key ID: 14E38571D8BB0DE4
1 changed files with 0 additions and 4 deletions

View File

@ -26,10 +26,6 @@
<th><?= __('Product Category') ?></th> <th><?= __('Product Category') ?></th>
<td><?= $productCategoryAttribute->hasValue('product_category') ? $this->Html->link($productCategoryAttribute->product_category->name, ['controller' => 'ProductCategories', 'action' => 'view', $productCategoryAttribute->product_category->id]) : '' ?></td> <td><?= $productCategoryAttribute->hasValue('product_category') ? $this->Html->link($productCategoryAttribute->product_category->name, ['controller' => 'ProductCategories', 'action' => 'view', $productCategoryAttribute->product_category->id]) : '' ?></td>
</tr> </tr>
<tr>
<th><?= __('Id') ?></th>
<td><?= $productCategoryAttribute->id ?></td>
</tr>
<tr> <tr>
<th><?= __('Enabled') ?></th> <th><?= __('Enabled') ?></th>
<td><?= $productCategoryAttribute->enabled ? __('Yes') : __('No'); ?></td> <td><?= $productCategoryAttribute->enabled ? __('Yes') : __('No'); ?></td>