Working on upgrading a v7.12 site to 7.15. The media picker is not showing any folders.
In the network tab, I see a different api call
In 7.12, it looks like this (and includes folders in the response):
https://www.mysite.com/umbraco/backoffice/UmbracoApi/Media/GetChildren?id=-1&pageNumber=0&pageSize=0&orderBy=SortOrder&orderDirection=Ascending&orderBySystemField=true&filter=
In 7.15, it looks like this (and does not include folders in the response):
https://www.mysite.com/umbraco/backoffice/UmbracoApi/Entity/GetChildren?id=-1&type=Media&dataTypeId=93929b9a-93a2-4e2a-b239-d99334440a59
Any ideas? I've cleared all the caches I can think of.
Umbraco 7.15 Media Picker not showing folders
Working on upgrading a v7.12 site to 7.15. The media picker is not showing any folders.
In the network tab, I see a different api call
In 7.12, it looks like this (and includes folders in the response): https://www.mysite.com/umbraco/backoffice/UmbracoApi/Media/GetChildren?id=-1&pageNumber=0&pageSize=0&orderBy=SortOrder&orderDirection=Ascending&orderBySystemField=true&filter=
In 7.15, it looks like this (and does not include folders in the response): https://www.mysite.com/umbraco/backoffice/UmbracoApi/Entity/GetChildren?id=-1&type=Media&dataTypeId=93929b9a-93a2-4e2a-b239-d99334440a59
Any ideas? I've cleared all the caches I can think of.
Hi Alan,
Can you go to the datatype properties and check if folder selection is allowed?
Thanks, Alex
is working on a reply...