Copied to clipboard

Flag this post as spam?

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


  • Nathan Woulfe 447 posts 1665 karma points MVP 5x hq c-trib
    Dec 11, 2013 @ 06:16
    Nathan Woulfe
    0

    Changes to valueType not reflected in db

    Given the manifest below, shouldn't the property value be saved as serialized text (dataNtext column of the cmsPropertyData table? The table shows it sitting in the dataNvarchar column.

    What am I missing?

    {
    propertyEditors: [
        {
            alias: "editorAlias",
            name: "Editor Name",
            editor: {
                view: "~/App_Plugins/xxxx/view.html",
                valueType: "JSON"           
            }       
        }    
    ],
    javascript: [
        '~/App_Plugins/xxxx/editorAlias.controller.js'
    ],
    css:[
        '~/App_Plugins/xxxx/editorAlias.css'
       ] 
    }
    
  • Richard Soeteman 4054 posts 12927 karma points MVP 2x
    Dec 11, 2013 @ 06:58
    Richard Soeteman
    0

    Hi,

    Think it's a bug please report on issues.umbraco.org

    Cheers,

    Richard

  • Nathan Woulfe 447 posts 1665 karma points MVP 5x hq c-trib
    Dec 11, 2013 @ 07:23
    Nathan Woulfe
    1

    Seems the change to the valueType is only recognised if the data type is recreated - working fine now, having created a new data type using the same editor.

  • 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