Hi I'm only just encountering the problem but check your js error console, are you getting an error saying $scope.model.value.split is not a function. As far as I can see it looks like there is an underlying problem with the way vorto saves property values which is exposed in the tags property editor on 7.4. Instead of the value being in either cdv or json format as the tags editor expects it becomes an array between saves, creating a script error. Having only just had the error myself I don't know yet what the fix would be, Hopefully Matt will be ironing out a couple of issues like this which seem to affect 7.4
Update: If you are having the same problem as I described above changing the storageType setting on your tag datatype to json instead of csv may be a temporary workaround. Having looked at the umbraco code for handling tags I don't know if this is likely to be fully fixed any time soon, there are mentions of the same problem with vorto in the forum from 2014.
Cannot delete entries for Tags Data Type
Hello,
I am using: Umbraco: 7.3.4 verion Vorto: 1.4 version
The problem is that when i add tag values to a Vorto Tags Data Type, there is no way to delete the inserted tag values.
Tested in all browsers.
Any news yet?
Hi I'm only just encountering the problem but check your js error console, are you getting an error saying $scope.model.value.split is not a function. As far as I can see it looks like there is an underlying problem with the way vorto saves property values which is exposed in the tags property editor on 7.4. Instead of the value being in either cdv or json format as the tags editor expects it becomes an array between saves, creating a script error. Having only just had the error myself I don't know yet what the fix would be, Hopefully Matt will be ironing out a couple of issues like this which seem to affect 7.4
Update: If you are having the same problem as I described above changing the storageType setting on your tag datatype to json instead of csv may be a temporary workaround. Having looked at the umbraco code for handling tags I don't know if this is likely to be fully fixed any time soon, there are mentions of the same problem with vorto in the forum from 2014.
Thank you Ian
I just came across this problem with Tags within an Archetype within Vorto, and your fix of switching from CSV to JSON worked a treat.
Kudos.
Switch from CSV to JSON for Tags data type seems to work great. Thank you Ian!
is working on a reply...