Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Hai Van Huynh 2 posts 72 karma points
    Oct 08, 2018 @ 07:44
    Hai Van Huynh
    0

    Umbraco property editor keeps removing space after comma in a tag

    Hello,

    I'm using Umbraco 7.11. One of my Document Types has a Tag (Json format) property.

    There's a weird behavior that leads to error as follow:

    1. The content editor creates a node using the above document type
    2. The content editor enters a tag "a, b and c"
    3. The content editor saves and publishes the node
    4. A new cmsTags is now created with the value "a, b and c"
    5. The content editor reopens the above node
    6. The loaded value of the above property is now "a,b and c" - without the space after ","
    7. The content editor makes a few changes to the node then saves and publishes the node
    8. A new cmsTags is now created with the value "a,b and c" - without the space after "," - and has the above document as related
    9. The previously created tag "a, b and c" now has no document related

    The issue is now reported at https://github.com/umbraco/Umbraco-CMS/issues/3209

    Thank you!

  • Dave Woestenborghs 3504 posts 12134 karma points MVP 9x admin c-trib
    Oct 08, 2018 @ 11:47
    Dave Woestenborghs
    0

    Hi Hai

    Can you try to reproduce this on the latest version ? I know there have been some pull requests relating to the tag editor.

    If it is still a issue on the latest version you can create a issue here : https://github.com/umbraco/Umbraco-CMS/issues

    Dave

  • Hai Van Huynh 2 posts 72 karma points
    Oct 09, 2018 @ 02:56
    Hai Van Huynh
    0

    Hello Dave,

    Thank you for your reply.

    I've pulled the 7.13 version, built and upgraded but so far the issue still occurs.

    This only happens to umbraco/backoffice/UmbracoApi/Content/GetById?id=

    Meanwhile umbraco/backoffice/UmbracoApi/Content/PostSave returns the correct value after saving.

    I will post this on GitHub.

Please Sign in or register to post replies

Write your reply to:

Draft