From 6a6c356cf3c7e39d428b9b6909397602eb91f7bd Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 14 Feb 2023 20:52:46 -0800 Subject: [PATCH] Removed BS table shim for usernames Signed-off-by: snipe --- resources/views/partials/bootstrap-table.blade.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index d3a0fddc14..b1500e9cae 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -327,10 +327,6 @@ item_icon = ''; } - // display the username if it's checked out to a user, but don't do it if the username's there already - if (value.username && !value.name.match('\\(') && !value.name.match('\\)')) { - value.name = value.name + ' (' + value.username + ')'; - } return ' ' + value.name + '';