Search Results

ナレッジベース 3819
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
New User cannot log in to Cloud Console - The invitation link is invalid or expired
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Invited a new Admin User to access the Cloud Console When the...
Form rules not being respected when using the ''Jump to Page'' action
Issue By placing some rules on the form, indicating the user to jump to a specific page if the condition is reached, I noticed that the rules are not being respected and the user is not going to the required page....
Filter on related elements for custom Objects
Issue When attempting to retrieve a relationship field with a custom Object using the nestedField parameter through the API, we encountered an issue where the field is not included in the response. Environment...
Liferay Form Repeatable Field Issues
Issue When adding a field or multiple fields when using Liferay forms, the web page reverts to the top of the form instead of remaining on the newly added fields. In the image below, after selecting the "Duplicate"...
Test cases bundled in jar using the "react-select" dependency resulting in deployment error
Issue Deployment of a jar that includes "react-select" as a dependency in package.json may fail due to test cases that were bundled as part of the build process, in particular...
Unable to access the data from asset that is going through the workflow process
Issue When running a workflow instance that contains client extensions, users need information from the specific asset version that is going through the workflow process to run the workflow process logic inside...
I cannot update the Order status through PATCH request
Issue Order status does not change after sending a PATCH request. Environment Liferay DXP 7.4 Resolution The observed behavior is a known bug which is addressed via COMMERCE-11959. The issue has been fixed in...
Control Panel looks distorted or has styling issues
Issue Control Panel looks compressed and distorted or has incorrect styling, such as below. Environment DXP 7.4 Resolution Clear the browser cache, or use incognito/Private window mode to access Liferay.   , content:...
Unable to get default company ID error encountering after upgrade
Issue After the upgrade from Liferay DXP 7.4 to update 75 or above, the following error is showing on the console for non-liferay user domains: ERROR [main][BatchEngineUnitProcessorImpl:279] Unable to get default...
Analytics Cloud - Change the additions of multiple organizations for the Segment creation condition
Issue When we try to create a new condition using Segments → Create Segment → Dynamic Segment → Organization Attributes → Organization, we find that we can select multiple organizations now. However, when...
NoSuchUserException in the logs after updating to DXP 7.4 U72
Issue We have deleted the default Test user from our environment in the past Now when we updated to U72 and above, we get an exception in our logs during startup:...
I cannot invite new team member with error: "You've reached your Collaborator limit."
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue When trying to add a new team member in my Cloud...
When a user clicks the publish button to add an image, it goes to the default category UI
Issue When users work with categorization, they will notice that the categories admin image selection navigates differently.  Steps to reproduce: 1) Navigate to Global Site> Content and Data> Categorization 2) Add...
Site's custom field value is not available in Staging Site
Issue When using custom field values, it has been observed that the preview is not available in the Staging Site. The custom field values are only present after publishing the page to Live. Environment DXP 7.4...
Disabling expensive queries in Elasticsearch can cause search issues within Liferay
Issue By default, Elasticsearch sets search.allow_expensive_queries to true. However, if you set it to false, it can cause issues with not being able to search for any content or Liferay Search Blueprints not...
Price Range is not working properly
Issue The price range filter is not working as expected, such that whenever users click any range in the 'Price Range Filter' widget then other ranges come to zero. Environment Liferay DXP 7.4  Commerce 4.0...
Anchor link does not jump to the tag
Issue Scrolling to a specific div from URL (i.e. www.yourdomain.com/yourpage#scrollme) is not working on Liferay Pages if we add Liferay Form on the page.  Once the form is loaded the page is scrolled to the top...
How can we access portlet preferences in our custom portlet?
Issue We are trying to add a custom Portlet on a page. However, we can't provide it with the portlet preferences by using the javax.portlet.init-param.edit-template property Environment Liferay DXP 7.4...
Some of the common reasons why DXP may need to access the database instead of the cache
Issue Why there are so many journalarticle calls in the database rather than in the cache? Environment Liferay DXP [all versions] Resolution A JournalArticle object in the database represents a Web Content Article,...
NullPointerException when trying to send a Commerce Notification
Issue When trying to send a notification using the CommerceNotificationHelper service as below: _commerceNotificationHelper.sendNotifications(commerceOrder.getGroupId(), commerceOrder.getUserId(),...