Go to com_media
select (using the checkboxes at the images) some images
try to hit the delete button.
In 3.4.1 all images gets deletet.
In 3.4.2/3 nothing happens
The delete button can be found here:
https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_media/views/media/view.html.php#L142-149
That calls a layout: https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_media/layouts/toolbar/deletemedia.php
So that button call this: https://github.com/joomla/joomla-cms/blob/staging/media/media/js/mediamanager.js#L39
But I'm not sure what is the next step or what fails as it looks correct for me.
http://www.joomla-bugs.de/forum/index.php/topic,677.0.html
and
http://forum.joomla.de/index.php/Thread/535-kleines-Problem-mit-Medien-Manager-bei-Joomla-3-4-3/
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-07-04 13:15:39 |
Closed_By | ⇒ | Bakual |
The Javascript error I get is:
Uncaught ReferenceError: form is not defined
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7336.