From 8210da6e82018afab07197abe591a7666a56af21 Mon Sep 17 00:00:00 2001 From: Daniel Meltzer Date: Wed, 20 May 2020 10:29:27 -0400 Subject: [PATCH] Fix Missing Category selection in Asset Model Modal dialog. A select html tag needs a full closing tag. is not valid. This was causing the select2 js to barf and eat additional information. --- resources/views/modals/model.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/modals/model.blade.php b/resources/views/modals/model.blade.php index 0705c095bd..12e748baf4 100644 --- a/resources/views/modals/model.blade.php +++ b/resources/views/modals/model.blade.php @@ -19,7 +19,7 @@
-
@@ -27,7 +27,7 @@
-