Closed orchardbot closed 9 years ago
TheMonarch commented:
Should Orchard.MediaPicker automatically be enabled when I enable Orchard.Fields? It seems that isn't happening.
@sebastienros commented:
There is no such thing as Orchard.MEdiaPIcker. There is a mediapickerfield in the Orchard.Fields module though.
@petehurst commented:
You mean, apart from the module called "Orchard.MediaPicker" which has been in Orchard for several versions now?
TheMonarch commented:
Orchard.MediaPicker exists. I swear. I think Orchard.Fields should declare a dependency on it, for the "Media Picker" feature.
@sebastienros commented:
Oh I see. I made personnaly a Contrib.MediaPickerField. You must be using another one which doesn't work the same way. We won't support migration from this one.
TheMonarch commented:
No, I believe Orchard.MediaPicker is part of Orchard core. It seems to be what is driving the popup window that MediaPicker uses (both the MediaPickerField, and the "Insert/Update Media" button in TinyMce editor).
I migrated from using your Contrib.MediaPicker module to Orchard.Fields.
TheMonarch commented:
Here's the module in the Orchard source: http://orchard.codeplex.com/SourceControl/changeset/view/dbec3d05e6d1#src%2fOrchard.Web%2fModules%2fOrchard.MediaPicker%2fModule.txt
@sebastienros commented:
I see, yes, Fields should have a dependency on MediaPicker, let me fix it
TheMonarch created: https://orchard.codeplex.com/workitem/18489
UPDATE: Please close this bug. Turns out i had disabled the Orchard.MediaPicker module, thinking that Orchard.Fields was replacing that in addition to Contrib.MediaPickerField. I enabled Orchard.MediaPicker and the problem went away.
I have 4 mediaPickerFields attached to a part. When I click the "Browse" button from the editor page of this content part nothing happens. This used to work before migrating to autoroute this week.
The same problem is also present on any editor page with a TinyMce WYSIWYG editor -- clicking the "Insert Update Media" button no longer brings a popup window to browse media. This used to work as well.
(It is possible I messed something up while migrating to autoroute though)