[IMPLEMENTED] Trigger Validation on Change of status from Draft to Publish

Currently we don’t have a way to trigger validations during “Change of Status”. Can we add a way to trigger validation during Change of Status (i.e. from Draft to Published)?

Above request was created after discussing here:

Would you prefer:

  • A flag per state (e.g. Draft)
  • A flag per transition (e.g. Draft => Publish)
  • A flag per schema (e.g. ValidateOnChange)

I have introduced a new flag in the workflows:

1 Like

I also added a small extension to scripting, so that you can call valdiate there. This gives you more control.

This topic was automatically closed after 2 days. New replies are no longer allowed.