Hi JoomlArt team,
I found an issue with JA Morgan 2.3.4 on a fresh Quickstart installation.
Environment:
JA Morgan: 2.3.4
T3 Framework: 3.3.2
Joomla: 6.1.2
PHP: 8.3.32
T4: Not installed
Backward Compatibility 6 plugin: Enabled
When editing any JA Morgan template style in Joomla admin and clicking Close or Save & Close, Joomla shows:
404 Invalid controller class: style
Changes to the template style are not saved.
Cassiopeia template styles save correctly, so this appears to be specific to JA Morgan/T3.
The issue seems to be caused by the hardcoded Smart Search form in the header files, for example:
/templates/ja_morgan/tpls/blocks/header/header.php
The search form includes:
<input type="hidden" name="option" value="com_finder" />
<input type="hidden" name="view" value="search" />
These fields appear to interfere with the Joomla template style form inside the T3 admin preview, causing the save/cancel request to be submitted as com_finder instead of com_templates.
As a temporary fix, I removed the hardcoded HEAD SEARCH block from the affected header files. After that, Close and Save & Close worked correctly again.
Could you please review this for a future JA Morgan/T3 update?
Thank you.