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 1664 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 4035 posts 12842 karma points MVP
    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 1664 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.

Please Sign in or register to post replies

Write your reply to:

Draft