How to disable standard "Save" options when using the Change Request Application?

Trying out the Change Request Application. Pretty nifty, but I’m not seeing a way to force a CR when a user wants to save an edited page. We have some pages that have to follow a strict doc control procedure. Currently we edit the documents in Word and track them in Git where we handle reviews, merge requests, etc. Once one of these documents is rev’ed, it gets saved as a PDF and uploaded an XWiki page using the PDF Viewer Macro. I think we could move our entire procedure for managing these into XWiki if there were a way to remove those “Save & View” and “Save” buttons:

Hello,

the save&view and save buttons are there because your users have the edit right granted for your document.
You can deny the edit right to your users, in which case they’ll only be able to use change request.

2 Likes

Thanks for the quick reply. I swear that was the first thing I tried and it removed the “Edit” button as well, but I was fooling around with other permissions at the same time so maybe one of them cause the “Edit” button to disappear. In any event, seems to be working as expected now!