OPTEN / OP10-Multiple-Media-Picker

OPTEN Multiple Media Picker is a great extension for the normal Umbraco Media Picker
MIT License
7 stars 2 forks source link

Compatibility issue with new version 1.3.3 and Umbraco 7.3.8? #15

Closed Nora0707 closed 5 years ago

Nora0707 commented 6 years ago

Today I updated the OP10 Multiple Media Picker in a 7.3.8 installation and was not able to get the media ID any more. All I got was

Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedMediaCache+DictionaryPublishedContent

I downgraded again to version 1.3.1 and everything worked properly just like before. Just wanted to let you know. Or is there a new way to output the media ID with the new version?

Thanks a lot for your great work with this plugin :)

Nora0707 commented 6 years ago

And one more little thing - in Version 7.3.8 of Umbraco with the plugin Version 1.3.1 there is a little bug related to the focal point for the image cropper - its positioned relative and so it's not visible in the dialog and the quick-edit view. Adding this style fixed the issue for me: .umb-cropper-gravity .overlay { position:absolute !important; } (Didn't notice any side effects so far, but it's just tested in one installation). Regards, Nora

AaronMorf commented 5 years ago

You can use it now with the ModelsBuilder to get directly a media object instead of only the id. Or use it like GetPropertyValue("alias")

It now does work without the extra css styles. Hope it works for you too!