I've observed some odd behaviour from a custom data type after an upgrade to Umbraco 7.15.3.
When trying to pick images via the media picker dialog, images have a "Select" caption under them instead of the image name.
Clicking on an image gives me an empty pane and updates the breadcrumbs as if I were browsing a folder, see screenshot. It also calls the following endpoint which makes me think its treating it as a folder: /umbraco/backoffice/UmbracoApi/Entity/GetChildren?id=14395&type=Media
Umbraco treating images as folders
Hi all,
I've observed some odd behaviour from a custom data type after an upgrade to Umbraco 7.15.3.
When trying to pick images via the media picker dialog, images have a "Select" caption under them instead of the image name.
Clicking on an image gives me an empty pane and updates the breadcrumbs as if I were browsing a folder, see screenshot. It also calls the following endpoint which makes me think its treating it as a folder:
/umbraco/backoffice/UmbracoApi/Entity/GetChildren?id=14395&type=Media
I was thinking it was a bug in the custom data type, but I also see this issue w/ the native picker: https://github.com/umbraco/Umbraco-CMS/issues/6441
Can anyone point me in the right direction as to if...
Thanks!
Does anybody have insight into this?
is working on a reply...