How to get Media Picker Field via proxy record of many-to-many in orchard
- by Sergey Schipanov
I need to access mediapickerfield in Widget view. This field is relative to 'ActionPart'.
I have a problem, when I create many-to-many relationships to display my 'ActionPart' in the widget.
When I mapped many-to-many I take an 'ActionPart' and but cannot access the mediapickerfield.
Records classes
public class ActionPartRecord :…