Copied to clipboard

Flag this post as spam?

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


  • Chris Halcrow 20 posts 39 karma points
    Sep 22, 2013 @ 03:56
    Chris Halcrow
    0

    Umbraco doctype - rich text editor field keeps converting back to Textstring

    In Umbraco I have a property of type textstring for a property on a doctype. I change the data type to rich text editor. Initially it works, however after a while it switches back to textstring. Is there a known fix for this?

    Edit - I'm on Umbraco 4.7.1.1

    Dirk De Grave implies that the issue may be to do with the Texdata having been stored in the dataNtext column in the cmsPropertyData:

    http://our.umbraco.org/forum/templating/templates-and-document-types/26693-Safely-change-property-type-from-Textstring-to-Richtext-editor

    ... so copying all the data into the dataNvarchar column of the cmsPropertyData table for the affected documents may work, however I really shouldn't need to be doing this.

    I'm thinking of adding a new property to my doctype, set up as richtexteditor from the outset, and re-entering the text, however if this works it's only a workaround, not a solution

  • 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