I'm having problem with identifying why my external documents aren't selectable in the choose media dialog (from create link dialog). They are displayed but I can't pick them.
My custom class Document inherits GenericMedia and I'm using ContentFactory.CreateContent.
In the descriptor class, which inherits MediaRepositoryDescriptor, LinkableTypes is set to Document.
The provider implements LoadContent and LoadChildrenReferencesAndTypes.
I'm having problem with identifying why my external documents aren't selectable in the choose media dialog (from create link dialog). They are displayed but I can't pick them.
My custom class Document inherits GenericMedia and I'm using ContentFactory.CreateContent.
In the descriptor class, which inherits MediaRepositoryDescriptor, LinkableTypes is set to Document.
The provider implements LoadContent and LoadChildrenReferencesAndTypes.
Using: EpiServer 10.4.3.0
Any leads at all?