Search Results

All Results 6986
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Columns are not created in the database table
Issue After deploying the service builder module, a table was created in the database; however, after adding a new entry or column to the service.xml file and building the module, the generated column was not...
Placed Orders page showing blank
Issue Steps to reproduce: 1. Start Liferay DXP 7.4. 2. Create a site with a minium site template. 3. Create a user with view permissions of 'Order', 'Channel', 'Catalogs', and 'Accounts'. 4. Provide membership of...
How to hide My Workflow Tasks from the User Profile Menu
Issue Is there a way to hide My Workflow Tasks option from the User Profile Menu? Environment Liferay DXP 7.4 Resolution Please go to Global Menu → Control Panel → System Settings → PLATFORM → Module Container →...
After upgrading from DXP 7.0 to DXP 7.4 the document friendly URLs are missing
Issue I have upgraded from DXP 7.0 to DXP 7.4. After the successful upgrade, we noticed that the document-friendly URLs are missing on DXP 7.4 Reproduction Steps: 1. Set up DXP 7.0 with fp de-102 2. Go to Control Panel...
Full Reindexing does not work after upgrading to DXP 7.4 from DXP 7.2
Issue I have upgraded to DXP 7.4 from DXP 7.2, and after starting the 7.4 instance, when I try to execute full reindex, it does not work. Before upgrading, I have enabled the "index read only" by adding the following...
Setting up Liferay as both IDP and SP (SAML)
Issue This article outlines how to configure two Liferay DXP bundles for SAML authentication with one functioning as the Service Provider (SP) and the second as the Identity Provider (IdP). Environment DXP...
Updating React dependencies to later version
Issue As part of the security audit, the old version of the React might be vulnerable to attacks. Is there a way to hide the React version that Liferay displays? Environment Liferay DXP 7.3 Resolution At this...
tag is not working
Issue Facing errors while using tag library <liferay-ui:input-editor> in JSP files. Environment Liferay DXP 7.4 Resolution The <liferay-ui:input-editor/> tag is deprecated as of Liferay DXP 7.1 in favor of...
Why do Workflow Metrics Disappear after a Reindex?
Issue Workflow Metrics go missing after performing a reindex. Here are the steps to reproduce: Login in as an admin Navigate to Applications > Metrics Notice that there are some processes listed Click the kebab menu > Settings...
Publishing Dynamic Data List linked page returns "No Access" error or returns to Staged environment
Issue With local live staging, the linked page within the DDL returns to "Staged" page. With remote live staging, the linked page within the DDL returns a "No Access" error.  Reproduce Launch a Live and...
Reply button is not responsive when use Asset Publisher with Comments
Issue When try to use a Asset Publisher using Rich Summary and Comments, the Reply button is not responsive Environment Liferay DXP 7.4 (equal to or above Update 88) Resolution Please request a Hotfix with...
Why was Resources Importer removed and is there a possibility to enable it?
Issue With the https://liferay.atlassian.net/browse/LPS-182114 change Resource Importer (RI) was removed. Resource Importer was already in deprecated state for many years, in favor of Site Initializers...
Error message not displayed on UI after exceeding the Upload Servlet Request limit
Issue When the web content size limit exceeds, there is no error displayed on the UI that the upload size is too large. Steps to reproduce: 1. Start Liferay DXP 7.4 U83. 2. Navigate to Control Panel > System...
When exporting a portlet, it takes much longer than expected
Issue When performing an export operation, it takes too long. When it finishes, the resulting LAR size is much heavier than expected too. It applies to Staging as well. Environment Liferay DXP 7.3+ Resolution This may...
Edit image from document & media accepting all file extentions regardless of configuration
Issue The invalid extension document is uploaded with the valid extension name. Steps to reproduce: 1. Start Liferay DXP 7.4. 2. Navigate to Control Panel > System Settings > Documents and Media > Service. 3....
Show the Control Panel Menu by role
Issue In the earlier versions or updates of Liferay, the Control Panel Menu was hidden for specific users, and in order to achieve this, custom themes were being used. Hence a new feature is introduced directly...
"A.LiferayItemSelectorDialog is not a constructor" error when trying to add a price list
Issue It's not possible to create a new pricing entry from the SKU side panel. There are no errors in the logs. Clicking on the plus button throws this error in the browser's console: Uncaught TypeError:...
"Driver org.mariadb.jdbc.Driver claims to not accept jdbcUrl" error when trying to deploy 7.4 U98 + or 7.3 U34+
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Liferay service deployment fails when setting DXP 7.4 U98....
Remove prepopulated email domain from login portlet
Issue When the user tries to login, the email field is prepopulated with the company's domain name. This occurs when the login is unpopulated and user authentication is based on email addresses....
How to create a default translation for editable fields in a fragment
Issue We have some fragments similar to the one below <button> <span data-lfr-editable-id="text1" data-lfr-editable-type="rich-text"> ${languageUtil.get(locale,'exit')} </span> </button> We are trying to set the...