Hi ,
I am trying to remove the Approve button from all Content Instance forms in VCM 7.6. Also i would like to rename the Apply Button to Apply/Approve or something like that. The reason for this ,we would like to auto approve content instances.
The approach that i am trying to auto approve content is through a PrePersistance listener and for removing the approve button i followed these steps , but i dont see any change happening .Can you please let me know
1. Is the approac for approving content ok.
2. How do i remove the approve button
These are the steps i followed to remove approve button
1. Copied the xml for buttons from
Vignette Configuration Console > Vignette Content > Vignette Content Management Services > Vignette Management Console > Service Provider Framework > View Template Registry > System View Template Registry > Default Buttons for ContentInstance
2. Created a View template under Customer Extension View Template Registry
Vignette Configuration Console > Vignette Content > Vignette Content Management Services > Vignette Management Console > Service Provider Framework > View Template Registry > Customer Extension View Template Registry
Display name of Template : Default Buttons for ContentInstance
Template name : CUST_BUTTON_BAR_ContentInstance
In the XML field : I placed the xml i copied in step 1 after modifying the template name to CUST_BUTTON_BAR_ContentInstance
Also i modified the required capability for the approve button to some non existing capability like VCM_NO_SHOW
Pushed the changes and commited.
Regards
Kishore