mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
workflow list: mask title
This commit is contained in:
parent
1ba5df1280
commit
230d73498e
@ -7,7 +7,7 @@
|
||||
<div class="item-row col">
|
||||
<h2>Workflow</h2>
|
||||
<div class="flex-grow-1 ms-3 h3">
|
||||
<div>
|
||||
<div class="visually-hidden">
|
||||
{{ w.relatedEntityClass }}
|
||||
{{ w.relatedEntityId }}
|
||||
</div>
|
||||
@ -40,20 +40,6 @@
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
Etape actuelle: {{ w.currentStep.currentStep.text }}
|
||||
<ul>
|
||||
<li v-for="step in w.steps">
|
||||
Etape: {{ step.currentStep.text }},
|
||||
<span v-if="step.transitionPrevious != null">
|
||||
transition pour arriver à cette étape : {{ step.transitionPrevious.text }},
|
||||
par: {{ step.transitionPreviousBy.text }},
|
||||
le {{ step.transitionPreviousAt.datetime }}
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
-->
|
||||
|
||||
<div class="item-row">
|
||||
<div class="item-col flex-grow-1">
|
||||
|
Loading…
x
Reference in New Issue
Block a user