Labels |
Added:
?
|
Status | New | ⇒ | Confirmed |
Issue confirmed.
Category | ⇒ | com_media |
The following change in administrator>components>com_media>tmpl>media>default.php solved the bug
before
'editViewUrl' => JUri::root() . 'administrator/index.php?option=com_media&view=file' . $tmpl,
after:
'editViewUrl' => JUri::root() . 'administrator/index.php?option=com_media&view=file&tmpl=' . $tmpl,
But for some reason, the images won't get inserted into the article.
I have been experiencing this problem in 4.0-dev before I made this change though.
This particular issue has been addressed in #19922
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-03-25 06:01:00 |
Closed_By | ⇒ | franz-wohlkoenig |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/19461
Issue confirmed.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/19461.