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
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