-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 7.3.0 CE GA1, Master
-
Component/s: Documents & Media
-
Labels:None
-
Sprint:LIMA | #07 | Nov12-Nov26, LIMA | #08 | Nov26-Dec10
-
Git Pull Request:
In edit_file_entry_type.jsp we have the next code:
<liferay-util:include page="/form_builder.jsp" portletId="<%= PortletProviderUtil.getPortletId(com.liferay.dynamic.data.mapping.model.DDMStructure.class.getName(), PortletProvider.Action.VIEW) %>"> <portlet:param name="refererPortletName" value="<%= DLPortletKeys.DOCUMENT_LIBRARY %>" /> <portlet:param name="portletResourceNamespace" value="<%= renderResponse.getNamespace() %>" /> <portlet:param name="script" value="<%= script %>" /> <portlet:param name="fieldsJSONArrayString" value="<%= (fieldsJSONArray != null) ? fieldsJSONArray.toString() : StringPool.BLANK %>" /> <portlet:param name="className" value="<%= ddmDisplay.getStructureType() %>" /> <portlet:param name="storageType" value="<%= ddmDisplay.getStorageType() %>" /> <portlet:param name="scopeAvailableFields" value="<%= ddmDisplay.getAvailableFields() %>" /> </liferay-util:include>
As a first approach, we need to copy this JSP in document-library-web and stop using the jsp from DDM.