minor bug fixed

master
Massimiliano Assante 3 years ago
parent 5447c142e3
commit ce531e48d4

@ -12,7 +12,8 @@
<%@ page import="com.liferay.portal.util.PortalUtil" %>
<%
String catalogueActualURL = GetterUtil.getString(portletPreferences.getValue("catalogueURL", StringPool.BLANK));
PortletPreferences prefs = request.getPreferences();
String catalogueActualURL = GetterUtil.getString(prefs.getValue("catalogueURL", StringPool.BLANK));
pageContext.setAttribute("catalogueActualURL", catalogueActualURL);
%>
<!-- show the types only when the ckan instance is specified in the config portlet part -->

Loading…
Cancel
Save