Closed nul800sebastiaan closed 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:
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.
Shannon approved this one, will deploy now.
…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:
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.