plg_system_redirect should be checked in again
plg_system_redirect is not checked in, but still checked out.
PHP Built On Linux ruud-development 4.10.0-35-generic #39-Ubuntu SMP Wed Sep 13 07:46:59 UTC 2017 x86_64
Database Version 5.7.19-0ubuntu0.17.04.1
Database Collation utf8_general_ci
Database Connection Collation utf8mb4_general_ci
PHP Version 7.0.24-1+ubuntu17.04.1+deb.sury.org+1
Web Server Apache/2.4.25 (Ubuntu)
WebServer to PHP Interface apache2handler
Joomla! Version Joomla! 3.8.1 Stable [ Amani ] 4-October-2017 14:00 GMT
Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
User Agent Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0
the close button can be 'fixed' by replacing the following code in ./administrator/components/com_redirect/views/links/tmpl/default.php
find
'<button class="btn" data-dismiss="modal" aria-hidden="true">'
. JText::_("JLIB_HTML_BEHAVIOR_CLOSE") . '</button>'
replace with
'<button type="button" class="btn" data-dismiss="modal" aria-hidden="true"'
. ' onclick="jQuery(\'#plugin' . $this->redirectPluginId . 'Modal iframe\').contents().find(\'#closeBtn\').click();">'
. JText::_('JLIB_HTML_BEHAVIOR_CLOSE') . '</button>'
The behavior of the X button just bypasses all close logic for the plugin and 'hard' closes the modal.
Code for this is (or should be?) in ./administrator/components/com_plugins/views/plugin/tmpl/modal.php
I have unfortunately no clue how to fix that :(
Status | New | ⇒ | Discussion |
just tested with articles modal (via Single Article menu > edit).
the modal does NOT have the X close on top (so that issue is 'solved', and the close button is correctly doing the article check in
maiden change :) #18292
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-10-09 14:54:20 |
Closed_By | ⇒ | joomla-cms-bot |
Closed_By | joomla-cms-bot | ⇒ | franz-wohlkoenig |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/18285
at a guess this would be the same for all modals