I was trying to test #29499 about how the error message handling could be improved when trying to create a duplicate folder.
It appears that its not possible to create a folder now at all [UPDATEwell it is but not that you would know as it requires a pge refresh]
media-manager.min.js?1a2f5e54e529a8a6967abe611c76c5f5:1 Uncaught TypeError: Joomla.renderMessages is not a function
at Notifications.notify (media-manager.min.js?1a2f5e54e529a8a6967abe611c76c5f5:1)
at Notifications.success (media-manager.min.js?1a2f5e54e529a8a6967abe611c76c5f5:1)
at onSuccess (media-manager.min.js?1a2f5e54e529a8a6967abe611c76c5f5:1)
at XMLHttpRequest.o.onreadystatechange (core.min.js?1a2f5e54e529a8a6967abe611c76c5f5:1)
As above plus
core.min.js?1a2f5e54e529a8a6967abe611c76c5f5:1 POST http://localhost/joomla-cms/administrator/index.php?option=com_media&format=json&task=api.files&path=local-0:/ 409 (Conflict)
Labels |
Added:
?
|
Also there is a console.log("error....
in media-manager.min.js that needs removing as Joomla should never be logging to the console, paging @dgrammatiko
Ive updated #29499 with todays testing for you @brianteeman
Labels |
Added:
Information Required
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-06-28 14:32:32 |
Closed_By | ⇒ | brianteeman |
I can create folders at the moment with the latest 4.0-dev checkout
But like you I cannot create a duplicate (not that it should be possible, but the error message should be better visible)