Skip to content
Snippets Groups Projects
Verified Commit 65fdf4e4 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Handle non-Workers processes without a workflow

parent fe0576d2
No related branches found
No related tags found
1 merge request!1436Handle non-Workers processes without a workflow
......@@ -31,6 +31,12 @@
>
This is a process template so there is no detail to display.
</div>
<div
class="notification is-warning"
v-else-if="process && !process.workflow"
>
This process has no tasks.
</div>
<div
class="notification is-info"
v-else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment