-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Media overview not showing images #17306
Comments
Hi there @Amalie-Wowern! Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better. We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
Hi @Amalie-Wowern, is this a new or an upgraded solution? We have seen some reports about the data type "List View - Media" not having the right views, e.g. a default setup should look like this: If it doesn't have a List or Grid view, or if they were not migrated properly, nothing will show for folders. It would be helpful if you could share your configuration? |
We had the exact same problem. We are using uSync and the exported settings from earlier versions of v14 had some diffs compared to a plain/clean v14.3 and uSync'ed settings. In the two ListViewContent and ListViewMedia the "CollectionView" value has changed from a .html file to eg."Umb.CollectionView.Media.Grid" I changed the values in our "old" uSync settings files and imported them. And now everything is perfect. |
Oh and BTW it fixed #17250 |
I have a new solution. |
Hi @Amalie-Wowern and @mjpraxis, To clarify my understanding of this particular issue, on a v14 instance (either new or upgraded), when uSync files (that contain data-type ListView configuration for an older Umbraco version, e.g. it has In the case of direct upgrades, the CMS does have a v14 database migration for converting the However, in the scenario where the older data-type configuration is being (re)imported by uSync, that migration would have already ran, so the older configuration has now replaced the newer configuration in the data-type/database. If the uSync import is a one-time situation, then the simplest workaround is to go back into the List View data-types (after the import) and re-configure the Layout field with the corresponding If the uSync import (of the older data) is to be a regular occurrence, then those uSync XML files would need to be manually amended (exactly as @mjpraxis suggested above), then it can be re-imported. There are other options to explore, such as the uSync Migrations project, which may have scope to handle these types of v14 data/schema changes. Although I must note, it's been over a year since I last looked at uSync Migrations, so I'm unsure how much it aligns with v14. I'll close this issue off, as it's not a bug with the CMS itself. But do feel free to re-open if I have misunderstood and there is further information to consider. |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
15.0.0-rc2
Bug summary
When i create a new folder and upload images, i can't see the images
Specifics
No response
Steps to reproduce
Go to the media section
create a folder
Upload images to the folder
click on the folder
Expected result / actual result
Expected to see an overview of uploaded images
The text was updated successfully, but these errors were encountered: