neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 220 forks source link

BUGFIX: Prevent multiple imports of the same remote asset in the frontend #5117

Closed so-grimm closed 4 weeks ago

so-grimm commented 1 month ago

This is a frontend fix for #5116 and prevents users from triggering multiple import processes for the same remote asset. It is not a sufficient fix to only prevent this in the frontend though, since it doesn't catch it, if two or more different users trigger the import for the same asset at the same time.

Changes:

related: https://github.com/neos/neos-development-collection/issues/5116

Checklist

Info for testing: You need to bundle the Neos.Neos assets to get the text for the notification messages.