Add admin UI for SupplierCategories

This commit is contained in:
mariandl 2022-02-20 16:43:20 +01:00 committed by GitHub
parent 7e8c1d041d
commit 708f85a839
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 108 additions and 0 deletions

View file

@ -0,0 +1,2 @@
$('#modalContainer').html('#{j(render("form"))}');
$('#modalContainer').modal();