Sitecore / Sitecore.Rocks

Sitecore Rocks is a plugin for Visual Studio for Sitecore developers.
Other
75 stars 27 forks source link

Datasource builder lists templates incorrectly (pipe instead of comma) #133

Open nickwesselman opened 4 years ago

nickwesselman commented 4 years ago

Steps to reproduce:

  1. create a template
  2. add a treelist field to template
  3. use datasource builder on the treelist field and select several templates via exclude template for selection option (or other similar)
  4. check the resulted datasource

Result: excluded templates list in pipe separated

Expected result: list should be comma separated.