This forum has moved, please join us on github discussions. We will keep these old posts available for reference. Thank you!

Apostrophe-workflow 2.16.2: fix for safer command line tasks with no specified locale, fix for eliminating "submitted" modal

  • Setting submittedModal to false now works as expected. Thanks to Fredrik Ekelund for the fix.

  • As the documentation has always stated, if a command line task is invoked without the --workflow-locale option, the default locale is assumed. Beginning with this release, req.locale is always populated accordingly, eliminating the risk that code will not explicitly check for a missing req.locale setting when workflow is known to be present.