From 28c699b4046fec94e35055d1ed65448b12585a12 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Wed, 13 Oct 2021 09:18:43 +0200 Subject: [PATCH] set config required false --- src/main/webapp/WEB-INF/jsp/Catalogue-badge-portlet/config.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/Catalogue-badge-portlet/config.jsp b/src/main/webapp/WEB-INF/jsp/Catalogue-badge-portlet/config.jsp index 5319775..a4a1065 100644 --- a/src/main/webapp/WEB-INF/jsp/Catalogue-badge-portlet/config.jsp +++ b/src/main/webapp/WEB-INF/jsp/Catalogue-badge-portlet/config.jsp @@ -31,7 +31,7 @@ String appURL_cfg = GetterUtil.getString(portletPreferences.getValue("catalogueU label="Catalogue URL" inlineField="true" inlineLabel="left" placeholder="Enter Catalogue URL (e.g. https://ckan-sobigdata.d4science.org)" helpMessage="Actual endpoint of the ckan instance (e.g. https://ckan-sobigdata.d4science.org)" - value="<%=appURL_cfg%>" required="true" /> + value="<%=appURL_cfg%>" required="false" />