Dockerized Joomla 4.x with PostgreSQL database
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-09-12 09:48:32 |
Closed_By | ⇒ | Fedik |
When you asign your module to specific page, then it can be shown only there.
And com_ajax does not know what page is active.
You have to do your AJAX request with specified
Itemid=x
parameter in URL, wherex
is a active menu ID.You can get current
Itemid
with:$app->getInput()->get('Itemid')