Add composite asset support with creation and descriptor handling
All checks were successful
Build / build (push) Successful in 1m45s

This commit is contained in:
2025-06-16 06:56:35 +02:00
parent 069e38fef9
commit cdaccb3840
6 changed files with 186 additions and 40 deletions

View File

@@ -2,6 +2,7 @@
<div th:fragment="content">
<h2>Create a <span th:text="${descriptor.displayName}"></span></h2>
<form th:action="'/'+${(action == 'duplicate') ? 'create' : action}+'/'+${(asset != null && action != 'duplicate') ? asset.getQr() : descriptor.getType()}" method="post">
<input th:each="t : ${types}" type="hidden" name="type" th:value="${t}"/>
<div th:each="d : ${descriptors}">
<h2 th:text="${d.displayName}"></h2>
<table border="1" cellpadding="4">