Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Change to web part name not reflected in old pages View modes: 
User avatar
Member
Member
brien-anca - 6/12/2011 5:40:25 PM
   
Change to web part name not reflected in old pages
I changed the name of a web part from "editabletext1" to "editableintrol". My code uses a call to node.DocumentContent.EditableWebParts.ContainsKey("editableintro") which works for new documents created from this template. But old documents still contain the webpart content under the name "editabletext1". Is this expected behaviour?

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 6/14/2011 2:52:38 AM
   
RE:Change to web part name not reflected in old pages
Hi,

Which version of CMS do you use?
How are you changing the ID of the web part? I tried it and the Id is correctly changed for given document in the DocumentContent column (CMS_Document table) also for already existing documents. Could you please check it too?

More details about your code and about how to reproduce this issue would be much appreciated.

Best regards,
Juraj Ondrus

User avatar
Member
Member
brien-anca - 7/22/2011 12:18:41 AM
   
RE:Change to web part name not reflected in old pages
Issue seems to have resolved. Not sure how or why. Thanks anyway