Calcule du temps estimé des Milestone et Epic
This commit is contained in:
@@ -186,7 +186,11 @@
|
||||
<div class="row g-2">
|
||||
<div [class]="isEpicIssue ? 'col-12' : 'col-6'">
|
||||
<label class="field-label">Temps estimé (h)</label>
|
||||
<input aria-label="Temps estimé" class="form-control form-control-sm" type="number" min="0" step="0.5" [(ngModel)]="estimatedTimeValue" (blur)="saveIssue()" />
|
||||
@if (isEpicIssue) {
|
||||
<div class="form-control form-control-sm bg-body-secondary text-secondary">{{ epicEstimatedTime !== null ? epicEstimatedTime : '—' }}</div>
|
||||
} @else {
|
||||
<input aria-label="Temps estimé" class="form-control form-control-sm" type="number" min="0" step="0.5" [(ngModel)]="estimatedTimeValue" (blur)="saveIssue()" />
|
||||
}
|
||||
</div>
|
||||
@if (!isEpicIssue) {
|
||||
<div class="col-6">
|
||||
|
||||
Reference in New Issue
Block a user