set config required false

This commit is contained in:
Massimiliano Assante 2021-10-13 09:18:43 +02:00
parent 8cab3ade42
commit 28c699b404
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ String appURL_cfg = GetterUtil.getString(portletPreferences.getValue("catalogueU
label="Catalogue URL" inlineField="true" inlineLabel="left" label="Catalogue URL" inlineField="true" inlineLabel="left"
placeholder="Enter Catalogue URL (e.g. https://ckan-sobigdata.d4science.org)" 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)" helpMessage="Actual endpoint of the ckan instance (e.g. https://ckan-sobigdata.d4science.org)"
value="<%=appURL_cfg%>" required="true" /> value="<%=appURL_cfg%>" required="false" />
</aui:field-wrapper> </aui:field-wrapper>
<aui:button-row> <aui:button-row>