show image on view product photos page, setEntityClass defaulting to all plugin entities

This commit is contained in:
2025-09-01 00:46:18 -07:00
parent 155095c25c
commit 8cf8d7cfa0
9 changed files with 40 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
<div class="column column-80">
<div class="productPhotos view content">
<h3><?= h($productPhoto->photo_filename) ?></h3>
<img src="<?= $this->Url->build([
'action' => 'image',
$productPhoto->id,
]); ?>" alt="<?= $productPhoto->id; ?>"/>
<table>
<tr>
<th><?= __('Id') ?></th>