Closed bigfoot90 closed 9 years ago
same here, this is due to base64 encoded images in src.
The problem is that the core bundle always forces an image (https://github.com/sonata-project/SonataCoreBundle/blob/master/Model/Metadata.php#L60) and the class icon is ignored (https://github.com/sonata-project/SonataMediaBundle/blob/master/Resources/views/MediaAdmin/select_provider.html.twig#L32) @rande a quick fix would be nice
I's already fixed on master but not on stable. :(
@rande Just added #769 can you make a quick stable release?
same issue: #778
It's already fixed on master but not on stable. :( @rande Just added #769 can you make a quick stable release?
@lightglitch In which PR is already fixed on master? Could you cherry-pick it for a PR instead of creating a new one? Thanks.
@Soullivaneuh the commit that fixes this is https://github.com/sonata-project/SonataMediaBundle/commit/01a776d86299e285cf91b34d9e2b6140db9c6e6d you can cherry-pick it and merge it.
@lightglitch done here: https://github.com/sonata-project/SonataMediaBundle/commit/7e10c0ea67f38583486e666694dfb08376ef1376
Stable release coming soon.
I'm using
SonataAdminBundle 2.3
andSonataMediaBundle 2.3
There are not icons on buttons when creating an new media.