mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
example of workflow + finalize normalization
This commit is contained in:
@@ -5,6 +5,19 @@
|
||||
</div>
|
||||
<div class="list-group-item" v-for="w in workflows">
|
||||
{{ w.id }}
|
||||
|
||||
Etape actuelle: {{ w.currentStep.currentStep.text }}
|
||||
|
||||
<ul>
|
||||
<li v-for="w in w.steps">
|
||||
Etape: {{ w.currentStep.text }},
|
||||
<span v-if="w.transitionPrevious != null">
|
||||
transition pour arriver à cette étape : {{ w.transitionPrevious.text }},
|
||||
par: {{ w.transitionPreviousBy.text }}, le {{ w.transitionPreviousAt.datetime }}
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul class="record_actions">
|
||||
<li>
|
||||
<a class="btn btn-sm btn-outline-primary"
|
||||
@@ -33,4 +46,4 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user