Flowpack / media-ui

The development repository for the new Neos media management interface
GNU General Public License v3.0
20 stars 16 forks source link

Number of files in a collection should update automatically after upload. #202

Closed crydotsnake closed 9 months ago

crydotsnake commented 10 months ago

Description

Currently, when I upload new files to my collection, I have to reload the UI first to see how many files I have in my collection. But it would be cool if this would happen automatically with the upload, so I don't have to refresh the UI first, but see directly how many files I have in my collection.

SCR-20230904-npux

Affected Versions

Neos: 8.3

UI: 8.3

Media Module: 0.13.0-beta8

You can get this information by running composer show or using the package management module within Neos.

crydotsnake commented 10 months ago

I noticed the same behavior also when i add a tag to a image. There i also have to reload the UI to see my image in the choosen tag.

Sebobo commented 10 months ago

Note for fixing this: trigger the ASSET_COUNT query in the mutation call, like done with other situations.

Sebobo commented 9 months ago

Quickly fixed it because I was in the code already for some other problem.