Velir / SitecoreFieldSuite

A suite of tools for tools for working with Sitecore
6 stars 8 forks source link

fixed missing sitecore item in treelist bug #3

Closed erzr closed 11 years ago

erzr commented 11 years ago

Hey Tim,

I noticed this bug where if you have a broken item linked in a treelist, it was throwing javascript errors. It ended up just being a missing single quote. After fixing that, I noticed the logic wasn't hooked up to remove these items from the treelist without switching to raw values so I implemented a basic version of it. I also removed the second string format in AddRemoveHtml because it was causing problems if you passed it a string with an item id.

Adam