Search Results

All Results 7008
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Unable to Update User Records Using UserLocalServiceUtil Class
Issue The root issue is that using user.persist(); more than once while attempting to update User data via the UserLocalServiceUtil class fails in DXP 7.1. Example of failed code: user =...
The Command getPortletPath(PortletDataContext portletDataContext) does not return portlet's path
Issue Using the command protected String getPortletPath(PortletDataContext portletDataContext) { return portletDataContext.getPortletPath("quizentry_WAR_aaaportlet"); } to retrieve a portlet's path does not work,...
Known Issue: Browser Ignores Disabled Autocomplete Property for Saving User Login Information
Issue After setting company.security.login.form.autocomplete=false to disable autocomplete for user login information, the browser still permits users to save passwords or use password managers to manage password...
Could not find the Sharepoint option when adding a new repository
Issue After deploying the Sharepoint connector, the Sharepoint option does not show up when adding a new repository in Documents and Media. Environment Liferay DXP 7.1 Resolution There is an extra step after deploying the...
Known Issue: Security Scan Shows Liferay as a Potential Sharepoint Vulnerability - False Positive
Issue There may be some instances where a security scan shows Liferay having a potential Sharepoint endpoint vulnerability. Specifically, the security scan's warning may be related to the /_vti_inf.html file. This is...
How to check for updates to pages that have propagation enabled from the site template
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us. Issue How...
How do I restrict Guest Users from Viewing Public Pages?
Issue Sometimes it is necessary for Guests (non-authenticated users) to be restricted from viewing Public Pages so that they are only viewable by Site Members. Otherwise, Public Pages are for Guests and Site Members...
Method Name Change for JournalTemplateServiceUtil.getStructureTemplates(groupId, structureId)
Issue In the past, developers could get the list of JournalTemplates in Portal 6.2 using JournalTemplateServiceUtil.getStructureTemplates(groupId, structureId) After renamed as DDMTemplate, the corresponding...