We have a few properties using repeatble textstrings(Umbraco.MultipleTextString) and we have noticed that courier does not seem to be packaging/extracting it properly. If there is more than 1 textstrings courier packaging/extracting does it as a single textstring.
Yes, I thought it was a Courier Issue too but wanted to check whether anyone else in the community has faced it. The problem we have is its used across the site in various places and we have to change them all one by one
Courier Issue With Repeatable Textstrings
Hi,
We have a few properties using repeatble textstrings(Umbraco.MultipleTextString) and we have noticed that courier does not seem to be packaging/extracting it properly. If there is more than 1 textstrings courier packaging/extracting does it as a single textstring.
Poornima
We have this, and I think from recollection it's a known issue with courier.
We got around this by using nested content where the repeated document type just has a single textstring in it.
https://issues.umbraco.org/issue/COU-481
Yes, I thought it was a Courier Issue too but wanted to check whether anyone else in the community has faced it. The problem we have is its used across the site in various places and we have to change them all one by one
Absolutely. It's right pain.
You might have some luck with a Courier data resolver.
https://github.com/umbraco/Courier/blob/master/Documentation/Developer%20Documentation/Data%20Resolvers.md
is working on a reply...