dd4t / DD4T.Core

DD4T Core delivery framework for Microsoft.NET
Apache License 2.0
4 stars 14 forks source link

Default RichtTextResovler does not Resolve Binary links #72

Closed sshibani closed 8 years ago

sshibani commented 8 years ago

When a binary component is added as a component link to a RTF field in Tridion. The DefaultRichTextResolver used by the ViewModelAttribute does not resolve binary links.

Possible fix:

Inject BinaryFactory into DefaultRichTextResolver and resolve the binary link.

Shiva85 commented 6 years ago

Does this issue happen when certain RTF components linking to binaries or all RTF components linking to binaries? I am currently seeing an issue for certain components but NOT all and tend to resolve when we make an edit and breaks sometime as well (random). Trying to isolate the issue but wanted some feedback as well.