Step 1. Set property required=true in activation dialog.
Step 2. Add the following code to the saveOnClick property of the dialog.
if(document.getElementById('comment').value != '') {window.close();opener.mgnl.workflow.WorkflowWebsiteTree.submitActivation($('mgnlFormMain'));} else {alert('Must write a comment for activation.');}


Hey Teresa, great trick thanks! This will be very useful on bigger magnolia hosting projects where we want to track what people are modifying and activating.
ResponderSuprimir