Feature #42: Active Directory Interop Upgrade
AD Interop moved to Disco.Services; Supports multi-domain environments, sites, and searching restricted with OUs.
This commit is contained in:
@@ -102,14 +102,14 @@
|
||||
@if (item.UserId != null)
|
||||
{
|
||||
if (Authorization.Has(Claims.User.Show))
|
||||
{@Html.ActionLink(string.Format("{0} ({1})", item.UserDisplayName, item.UserId), MVC.User.Show(item.UserId))}
|
||||
{@Html.ActionLink(string.Format("{0} ({1})", item.UserDisplayName, item.UserFriendlyId), MVC.User.Show(item.UserId))}
|
||||
else
|
||||
{@(string.Format("{0} ({1})", item.UserDisplayName, item.UserId))}
|
||||
{@(string.Format("{0} ({1})", item.UserDisplayName, item.UserFriendlyId))}
|
||||
}
|
||||
else
|
||||
{<span class="smallMessage">N/A</span>}</td>}
|
||||
@if (Model.ShowTechnician)
|
||||
{<td class="technician"><span title="@item.OpenedTechUserDisplayName">@item.OpenedTechUserId</span></td>}
|
||||
{<td class="technician"><span title="@item.OpenedTechUserDisplayName">@item.OpenedTechUserFriendlyId</span></td>}
|
||||
@if (Model.ShowLocation)
|
||||
{<td class="location"><span>@(item.DeviceHeldLocation ?? "Unknown")</span></td>}
|
||||
</tr>}
|
||||
|
||||
Reference in New Issue
Block a user