Skip to content

Commit

Permalink
Merge pull request #1849 from ProgrammeVitam/bug_12641_reopen_no_mess…
Browse files Browse the repository at this point in the history
…age_when_duration_not_valid

Bug 12641 reopen no message when duration not valid
  • Loading branch information
hazco75 authored May 14, 2024
2 parents b04b9c1 + d3676d6 commit 27151e2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
<vitamui-common-input-error *ngIf="!!form.get('ruleDuration')?.errors?.required">
{{ 'COMMON.REQUIRED' | translate }}
</vitamui-common-input-error>
<vitamui-common-input-error *ngIf="!!form.get('ruleDuration')?.errors?.pattern">
{{ 'RULES_APP.TAB.ERROR.INTEGER_REQUIRED' | translate }}
</vitamui-common-input-error>
</ng-container>
</vitamui-common-input>

Expand Down

0 comments on commit 27151e2

Please sign in to comment.