Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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" } ] } ] }
I can confirm this bug using Umbraco 7.3.1
Does someone have a solution for this :) ?
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
For anyone experiencing this, Matt has fixed the issue in the latest nightly builds.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
Gridview in Vorto datacontainer outputs
I can confirm this bug using Umbraco 7.3.1
Does someone have a solution for this :) ?
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
For anyone experiencing this, Matt has fixed the issue in the latest nightly builds.
is working on a reply...