People directory app on liferay marketplace is buggy and needs UI fixes.
Error in backend when clickin in an user link on search container
Caused by: org.apache.jasper.JasperException: An exception occurred processing JSP page /html/profile.jsp at line 23__20: <%@ include file="init.jsp"%>_21: _22: <%_23: User userSelected = UserLocalServiceUtil.getUser(ParamUtil.getLong(_24: request, "userId"));_25: String backURL = ParamUtil.getString(request, "backURL");_26: String imageId = userSelected.getUserId() + "-picture";___Stacktrace: [Sanitized]
Also found hardcoded templates in javascript
var PEOPLE_DIRECTORY_TEMPLATES = {
searchResultsHeader: '<div class="results">Total: {total} user{pluralization} found</div>',
UI errors attached.
Error in backend when clickin in an user link on search container
Caused by: org.apache.jasper.JasperException: An exception occurred processing JSP page /html/profile.jsp at line 23__20: <%@ include file="init.jsp"%>_21: _22: <%_23: User userSelected = UserLocalServiceUtil.getUser(ParamUtil.getLong(_24: request, "userId"));_25: String backURL = ParamUtil.getString(request, "backURL");_26: String imageId = userSelected.getUserId() + "-picture";___Stacktrace: [Sanitized]
Also found hardcoded templates in javascript
var PEOPLE_DIRECTORY_TEMPLATES = {
searchResultsHeader: '<div class="results">Total: {total} user{pluralization} found</div>',
UI errors attached.