mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-12-16 07:13:17 +00:00
FIX: Frontend: Problème d'affichage quand il n'y a pas de parent au motif
This commit is contained in:
@@ -3,13 +3,7 @@
|
|||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="wrap-header">
|
<div class="wrap-header">
|
||||||
<div class="row align-items-top">
|
<div class="row align-items-top">
|
||||||
<div
|
<div class="col-6">
|
||||||
v-if="
|
|
||||||
null !== ticket.currentMotive &&
|
|
||||||
null !== ticket.currentMotive.parent
|
|
||||||
"
|
|
||||||
class="col-6"
|
|
||||||
>
|
|
||||||
<div class="small text-muted">
|
<div class="small text-muted">
|
||||||
{{ motiveHierarchyLabel(ticket.currentMotive) }}
|
{{ motiveHierarchyLabel(ticket.currentMotive) }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user