Labels |
Added:
?
|
I confirm this issue.
In fact this is happens everytime a message is displayed whether in redirects or save success, etc.
Code is in `/media/vendor/joomla-custom-elements/js/joomla-alert-es5.js
3 strings are concerned
JCLOSE
JOPEN
JOK
We can create the strings for JOPEN
and JOK
(and use some existing ones for close, for example JLIB_HTML_BEHAVIOR_CLOSE="Close"
As these alerts are used everywhere (back and frontend) and they are js, we have to declare them somewhere.
Any idea where?
Text::script('JLIB_HTML_BEHAVIOR_CLOSE', true);
Text::script('JOPEN', true);
Text::script('JOK', true);
Found out, will make patch, creating also the 3 strings and adding the declaration in message .php
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-09-19 07:07:53 |
Closed_By | ⇒ | infograf768 |
Issue confirmed.