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

@ -33,10 +33,10 @@
@Html.DisplayNameFor(model => model.Previsional)
</th>
<th>
@Html.DisplayNameFor(model => model.Rejected)
@Html.DisplayNameFor(model => model.Decided)
</th>
<th>
@Html.DisplayNameFor(model => model.RejectedAt)
@Html.DisplayNameFor(model => model.DateModified)
</th>
<th>
@Html.DisplayNameFor(model => model.Status)
@ -80,10 +80,10 @@
@Html.DisplayFor(modelItem => item.Previsional)
</td>
<td>
@Html.DisplayFor(modelItem => item.Rejected)
@Html.DisplayFor(modelItem => item.Decided)
</td>
<td>
@Html.DisplayFor(modelItem => item.RejectedAt)
@Html.DisplayFor(modelItem => item.DateModified)
</td>
<td>
@Html.DisplayFor(modelItem => item.Status)