Labels |
Added:
?
|
Confirmed.
I ask myself why it is a modal. It would be much easier in a view.
On it. Changing the popup to a view which solves the success message.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-05-09 09:59:03 |
Closed_By | ⇒ | infograf768 |
Found the issue:
https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/components/com_messages/src/Controller/ConfigController.php#L37
$model = $this->getModel('Config', 'MessagesModel');
should be
$model = $this->getModel('Config');
But it is not enough as we don't get any Success message after saving