From 80b48101aad6b463eb7c901e33622769bac812bd Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 30 Jul 2025 15:19:10 +0100 Subject: [PATCH] Added formatter back Signed-off-by: snipe --- resources/views/partials/bootstrap-table.blade.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 5a0833fa43..cf6be7bfbf 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -953,6 +953,13 @@ } + function fileUploadFormatter(value) { + if ((value) && (value.url) && (value.inlineable)) { + return ''; + } else if ((value) && (value.url)) { + return ''; + } + } // This is used in the table listings