- Issue created by @webfordreams
- Status changed to Closed: outdated
about 1 year ago 2:31pm 5 April 2024 - 🇧🇷Brazil webfordreams
This has been already solved in 1.0.x.
Wrongly created this issue. Closing.
In the contructor of the RemoteFileUploadForm class, the MediaLibraryUiBuilder is injected.
When a module implements a different implementation of the MediaLibraryUiBuilderInterface this results in an error.
Install the bynder_media_library module.
Change the reference to MediaLibraryUiBuilder into a reference to MediaLibraryUiBuilderInterface, so the reference is abstracted out.
Closed: outdated
1.0
Code
This has been already solved in 1.0.x.
Wrongly created this issue. Closing.