PCRB follow up client side logic
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
</MudTableSortLabel>
|
||||
</MudTh>
|
||||
<MudTh>
|
||||
<MudTableSortLabel SortBy="new Func<Approval,object>(x=>x.SubRoleCategoryItem)">
|
||||
<MudTableSortLabel SortBy="new Func<Approval,object>(x=>GetRoleName(x))">
|
||||
Role
|
||||
</MudTableSortLabel>
|
||||
</MudTh>
|
||||
@ -47,7 +47,7 @@
|
||||
<MudLink OnClick="@(() => FollowLink(context.IssueID))">@context.IssueID</MudLink>
|
||||
}
|
||||
</MudTd>
|
||||
<MudTd DataLabel="Role">@context.SubRoleCategoryItem</MudTd>
|
||||
<MudTd DataLabel="Role">@(GetRoleName(context))</MudTd>
|
||||
<MudTd DataLabel="Assigned Date">@DateTimeUtilities.GetDateAsStringMinDefault(context.AssignedDate)</MudTd>
|
||||
<MudTd DataLabel="Step">@context.Step</MudTd>
|
||||
</RowTemplate>
|
||||
|
Reference in New Issue
Block a user