Inits the workflow configuration

This commit is contained in:
Paul Schneider 2024-02-25 18:05:10 +00:00
commit e6e098b32e
286 changed files with 33660 additions and 64632 deletions

View file

@ -59,16 +59,16 @@
@Html.DisplayFor(model => model.Previsional)
</dd>
<dt>
@Html.DisplayNameFor(model => model.Rejected)
@Html.DisplayNameFor(model => model.Decided)
</dt>
<dd>
@Html.DisplayFor(model => model.Rejected)
@Html.DisplayFor(model => model.Decided)
</dd>
<dt>
@Html.DisplayNameFor(model => model.RejectedAt)
@Html.DisplayNameFor(model => model.DateModified)
</dt>
<dd>
@Html.DisplayFor(model => model.RejectedAt)
@Html.DisplayFor(model => model.DateModified)
</dd>
<dt>
@Html.DisplayNameFor(model => model.Status)