Migrating from CMS_INPUT_TEXTAREA to CMS_INPUT_DOM
Author: krause
Publication Date: 2/6/2013 16:19
Hey community,
is there any easy way to change a CMS_INPUT_TEXTAREA component to a CMS_INPUT_DOM?
Of course we want to keep the data!
First I thougth text is text, but changing from
<CMS_INPUT_TEXTAREA name="st_text" allowEmpty="yes" convertEntities="standard" hFill="yes" useLanguages="yes">
<LANGINFOS>
<LANGINFO lang="*" label="Text"/>
</LANGINFOS>
</CMS_INPUT_TEXTAREA>
to
<CMS_INPUT_DOM name="st_text" allowEmpty="yes" hFill="yes" rows="10" useLanguages="yes">
<LANGINFOS>
<LANGINFO lang="*" label="Text" description="Text"/>
</LANGINFOS>
</CMS_INPUT_DOM>
induced a data loss :smileycry:
Is the only way a migration script?
Thanks a lot for your hints,
Steffi
FirstSpirit4.2.484.54957
-
Author: feddersen - 2/6/2013 16:56
Yes, you need to write a migration script to accomplish that.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar