umbraco checkboxlist data type not saving values to xml
I have a data type defined as Checkbox List with several values. Let's call it Services
I go to a page and tick some values then save the page. It works fine (when I come back to the page the values are well there).
However in the contentXml table when I look into the page xml the property Services which should hold the values is empty! When I xslt for Services value it comes as empty as well.
How do I retrieve these values and where are they stored in the database?
umbraco checkboxlist data type not saving values to xml
I have a data type defined as Checkbox List with several values. Let's call it Services
I go to a page and tick some values then save the page. It works fine (when I come back to the page the values are well there).
However in the contentXml table when I look into the page xml the property Services which should hold the values is empty! When I xslt for Services value it comes as empty as well.
How do I retrieve these values and where are they stored in the database?
Thanks
PS. I have umbraco version 6.0.2.
I think I'm having the same issue. Did you found a solution?
Hi, I just upgraded umbraco to 6.0.7 and it works. Must have been the version bug I think.
I'm running Umbraco version 7.2.5 and it looks like this is an issue
is working on a reply...