Add explanation to the launch workflows tool.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-10-04 18:29:27 -04:00
parent c9d7f7757f
commit b6fbce16c0
2 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
3.1.4 (2018-10-XX)
==================
3.1.4 (2018-10-4)
=================
* Fix the link to the documenation. Closes GitLab issue #516.
Thanks to Matthias Urlichs @smurfix for the report.
* Update related links. Add links to the new Wiki and Forum.
@@ -19,6 +19,7 @@
for the report.
* Improve search app. Refactored to resolve search queries
by terms first then by field.
* Add explanation to the launch workflows tool.
3.1.3 (2018-09-27)
==================

View File

@@ -892,7 +892,11 @@ class SetupWorkflowTransitionTriggerEventListView(FormView):
class ToolLaunchAllWorkflows(ConfirmView):
extra_context = {
'title': _('Launch all workflows?')
'title': _('Launch all workflows?'),
'subtitle': _(
'This will launch all workflows created after documents have '
'already been uploaded.'
)
}
view_permission = permission_workflow_tools