Copied to clipboard

Flag this post as spam?

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


  • bob baty-barr 1180 posts 1294 karma points MVP
    Mar 30, 2016 @ 20:14
    bob baty-barr
    0

    Vorto and Checkbox datatype on UaaS

    I am using Vorto on UaaS and it appears to be working great... However, if i wrap a checkbox list or dropdown list with a vorto, i can retrieve no values... please advise.

  • bob baty-barr 1180 posts 1294 karma points MVP
    Mar 30, 2016 @ 21:21
    bob baty-barr
    0

    so just as an update... this doesn't appear to behave as expected locally either???

  • Jeroen Breuer 4909 posts 12266 karma points MVP 5x admin c-trib
    Mar 31, 2016 @ 13:53
    Jeroen Breuer
    0

    Hi Bob,

    I just read this issue: http://issues.umbraco.org/issue/U4-8266

    " the problem arises when you load the next tab which uses the same prevalues"

    I think this is a new feature in Vorto 1.5. In the change log it says:

    • Performance boost for complex properties by using ng-if.

    This means the tab is loaded when you open it. I'm running a project on Vorto 1.4 which does't have this feature and I haven't run into this error. So maybe as a workaround you can downgrade to Vorto 1.4.

    Jeroen

  • Jeroen Breuer 4909 posts 12266 karma points MVP 5x admin c-trib
    Apr 01, 2016 @ 08:23
    Jeroen Breuer
    0

    From the issue:

    bob baty-barr 31 Mar 2016, 17:49

    Jeroen, i cannot get 1.4 to work with umb 7.4.2 get a 404 error on views/directives/umb-editor... blank install

    Jeroen Breuer 31 Mar 2016, 18:36

    Ow yeah the file was moved and renamed in 7.4. You could download it from 7.3 and copy it yourself to the correct directory. Did the same in this commit: https://github.com/jbreuer/1-1-multilingual-example/commit/b0b2daadb4aadb01ba49a4c078bb86e9f0b855e4

    You can also find them here: https://github.com/jbreuer/1-1-multilingual-example/tree/master/Sources/24days/umbraco/Views/directives

  • Matt Brailsford 4125 posts 22223 karma points MVP 9x c-trib
    Apr 01, 2016 @ 09:05
    Matt Brailsford
    0

    Having spoken to bob last night, this seems to revolve around 2 issues in core:

    1) the checkbox and dropdown list property editors aren't validating passed in pre-values well enough causing issues on tab change (issue here http://issues.umbraco.org/issue/U4-8266)

    2) there appears to be a change in 7.4.2 where by a property editors ConvertDbToString function is called multiple times (where it used to be once) causing a similar issue where the stored value gets converted multiple times causing the data to corrupt (issue here http://issues.umbraco.org/issue/U4-8270)

    Workarounds for both of these issue have been applied to the nightly found here https://ci.appveyor.com/project/mattbrailsford/umbraco-vorto/build/1.5.2.48/artifacts

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies