Actions
Feature #36269
closedTracker #36266: RFE - While publishing content view it should notify user if no new updates available for the CV
Update API, publish action and rabl with "needs_publish" from content view
Description
Add a helper method on CV model to determine if publish is needed by looking at these audit records. Add this to the CV rabl. Add an extra param to CV publish API/hammer and update to check/ignore this field. The default would be to ignore this flag and publish anyway for backward compatibility. Also clear all audit records in finalize of CV publish if successful.
Actions