I am using umbraco 7.0.2 and have a problem with tags datatype.
When used in a page they do not seem to be saving back to the database or even getting posted to the umbracoapi/postsave method when you click publish.
I checked with fiddler and the values are not getting passed in the json string to the postsave event.
Can anyone point me in the right direction on how to fix this.
Is it a mapping issue with that specific datatype and the new ui?
I need to fix this issue in my current build which is 7.0.2., cannot upgrade at the moment.
Need to take a look at the source code to see where it is going wrong, but need pointers on where to look.
Taking a guess i think it maybe to do with angular.js bindings but i could be wrong.
As no errors are thrown from the ui it makes it difficult to pin point the problem.
Thanks Christian , i will look at the source tonight and see if i can find the problem.
There is no bug after all....the save actually works.
The key is to enter the tag and then hit the enter key.The tag then appears wrapped in a blue button.
Must have a laugh about this one, but it is not obvious that you need to hit the enter key when entering tags.
I was just typing tags seperated by commas and then hitting save and publish, expecting my new typed tags to save.
Umbraco.Tags property editor issue
Hi,
I am using umbraco 7.0.2 and have a problem with tags datatype. When used in a page they do not seem to be saving back to the database or even getting posted to the umbracoapi/postsave method when you click publish.
I checked with fiddler and the values are not getting passed in the json string to the postsave event.
Can anyone point me in the right direction on how to fix this.
Is it a mapping issue with that specific datatype and the new ui?
Any help appreciated.
Cheers
Hi Darren
Do you have the same issue if you try installing the 7.1RC?
Perhaps the issue has been fixed but if you still see it in the 7.1RC then it should be reported as a bug on the issue tracker.
Cheers, Jan
Hi Darren,
I am having the same issue using, either 7.0.3. or 7.1.0 beta.
Christian
Hi Jan,
I need to fix this issue in my current build which is 7.0.2., cannot upgrade at the moment. Need to take a look at the source code to see where it is going wrong, but need pointers on where to look.
Taking a guess i think it maybe to do with angular.js bindings but i could be wrong.
As no errors are thrown from the ui it makes it difficult to pin point the problem.
Thanks Christian , i will look at the source tonight and see if i can find the problem.
Keep you posted.
Cheers Darren
Hi Jan and Christian,
There is no bug after all....the save actually works. The key is to enter the tag and then hit the enter key.The tag then appears wrapped in a blue button.
Must have a laugh about this one, but it is not obvious that you need to hit the enter key when entering tags. I was just typing tags seperated by commas and then hitting save and publish, expecting my new typed tags to save.
Anyway problem solved.
Cheers
is working on a reply...