From 165558366d04aab0a431f7121b146913d8130910 Mon Sep 17 00:00:00 2001 From: Bertrand Zuchuat Date: Wed, 1 Dec 2021 16:13:15 +0100 Subject: [PATCH] deposit: allow custom fields to be entered on submission * Closes rero/sonar#706. Co-Authored-by: Bertrand Zuchuat --- .../app/deposit/editor/editor.component.html | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/projects/sonar/src/app/deposit/editor/editor.component.html b/projects/sonar/src/app/deposit/editor/editor.component.html index e02330b7..5e9036a8 100644 --- a/projects/sonar/src/app/deposit/editor/editor.component.html +++ b/projects/sonar/src/app/deposit/editor/editor.component.html @@ -278,6 +278,33 @@

+ + +
Custom fields 1
+
+

+ {{ customField }} +

+
+
+ + +
Custom fields 2
+
+

+ {{ customField }} +

+
+
+ + +
Custom fields 3
+
+

+ {{ customField }} +

+
+