umbraco / The-Starter-Kit

31 stars 36 forks source link

Fixes problems when using the default tags datatype on 7.12, which no… #49

Closed nul800sebastiaan closed 6 years ago

nul800sebastiaan commented 6 years ago

…w expects JSON - for this we need to have specific tags datatypes instead

I've committed the whole lot, think that might be for the best, this is all that's changed so everything is consistent.

The problem: this starter kit used the default tags datatype, which now expects JSON instead of CSV, which leads to this problem:

image

By making new datatypes that are explicitly configured as CSV we prevent this problem and this works on both 7.11 (or actually 7.8+) and on 7.12.0.

nul800sebastiaan commented 6 years ago

Shannon approved this one, will deploy now.