Copied to clipboard

Flag this post as spam?

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


  • Lasse Kofoed 49 posts 177 karma points
    Oct 27, 2015 @ 17:34
    Lasse Kofoed
    0

    Working with Grid - missing attributes

    Using Umbraco 7.3 - 1.0.5750.18157 Vorto for Umbraco 1.4.0

    Using a Gridview in a Vorto datatype some attributes are cut off when saving.

    Gridview datatype outputs

    { "name": "1 column layout", "sections": [ { "grid": 12, "rows": [ { "name": "Headline", "areas": [ { "grid": 12, "controls": [ { "value": "Headline value", "editor": { "name": "Headline", "alias": "headline", "view": "textstring", "render": null, "icon": "icon-coin", "config": { "style": "font-size: 36px; line-height: 45px; font-weight: bold", "markup": "<h1>#value#</h1>" } } } ] } ], "id": "a16d4a50-fac9-cccf-dff0-11788f2c91b6" } ] } ] } 
    

    Gridview in Vorto datacontainer outputs

    { "name": "1 column layout", "sections": [ { "grid": 12, "rows": [ { "name": "Headline", "areas": [ { "grid": 12, "controls": [ { "value": "Headline value", "editor": { "alias": "headline" } } ] } ], "id": "c473f688-547b-32ad-2b94-3f89cedbd594" } ] } ] }
    
  • Alessandro Curti 3 posts 73 karma points c-trib
    Nov 03, 2015 @ 09:03
    Alessandro Curti
    0

    I can confirm this bug using Umbraco 7.3.1

  • Lasse Kofoed 49 posts 177 karma points
    Nov 19, 2015 @ 12:36
    Lasse Kofoed
    0

    Does someone have a solution for this :) ?

  • Frederik Raabye 72 posts 276 karma points MVP 2x c-trib
    Jan 19, 2016 @ 21:46
    Frederik Raabye
    0

    Did you guys find a solution to this? I am experiencing the same after an upgrade from 7.2.8 to 7.3.5. Could be related to this? http://issues.umbraco.org/issue/U4-7304

  • Frederik Raabye 72 posts 276 karma points MVP 2x c-trib
    Jan 26, 2016 @ 09:00
    Frederik Raabye
    0

    For anyone experiencing this, Matt has fixed the issue in the latest nightly builds.

Please Sign in or register to post replies

Write your reply to:

Draft