Hide Forgot
project_key: JBEPP Portlet Instance detail page (Admin/Portlet Instances) doesn't show properties values E.g.: (Admin/Portlet Instances/IdentityUserPortletInstance) In showPortletDetails.xhtml: <c:forEach var="preferenceKey" items="#{portlet.preferenceKeys}"> <dt> #{preferenceKey} </dt> <dd> <span><label>#{bundle.COMMON_VALUE}: #{MISSING_VALUE}</label></span> </dd> </c:forEach> Note that portlet.preferenceKeys return only the keys (a ArrayList of String) and we need key values too!
Cleanup: Closing because affects early 4.3 version and/or more than two years old and not critical or blocker.
Release Notes Docs Status: Added: Not Required