v0.0.15 - catalags & apis many to many wip

This commit is contained in:
2025-03-31 00:48:00 -07:00
parent ce74025f6c
commit 4c65d23e2b
8 changed files with 173 additions and 69 deletions

View File

@@ -0,0 +1,8 @@
<?php
/**
* @var \App\View\AppView $this
* @var \Cake\Collection\CollectionInterface|string[] $productCatalogs
*/
$this->setLayout('ajax');
echo $this->element('ExternalProductCatalogs/catalog_form'); ?>