Try our conversational search powered by Generative AI!

How to add a "Comment" field to the version control in the Version list tab?

Vote:
 
Is there a way to associate a Cmment field for the version control of web pages in EpiServer. I want my editors to have the possibility to add a comment on why they have updated the page... As default the following are associated to a version: -Version -Language -Name -Status -Saved -By I want to add a "Comment" property /Lars
#12548
Mar 15, 2006 15:46
Vote:
 
This may be one way to go. 1 Common property (shortstring) on all pagetypes, Named "VersionNotes". 2 Copy edit/VersionListControl.ascx to edit_ 3 In ths copys codebehind inherit from EPiServer.Edit.VersionListControl 4 Add reference EPiServer.CodeBehind 5 Enable AlternateFiles 6 Add one databound column ti the list, databound to the property "VersionNotes". Have not tested this but I think it's doable. /HAXEN
#14482
Mar 16, 2006 9:10
Vote:
 
Great! Now, I have something to try! I didn´t know were to start before. /Lars
#14483
Mar 16, 2006 9:29
Vote:
 
Let me know how it works out... /HAXEN
#14484
Mar 17, 2006 9:54
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.