Search Results

All Results 57
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Can we add more button types/styles in Fragments?
Issue Is there a way to change the available options in the button type dropdown? E.g. can we add more button styles to fragments? Environment Liferay DXP 7.3+ Resolution Bootstrap provides several additional button...
Are Unique Email Addresses Required for Authentication
Issue Our company has a few external clients whose users have unique screen names, but all share one email address. This is causing various conflicts such as two users being unable to sign in simultaneously. The error...
WARN message that includes frozen indices have been deprecated
Issue The below WARN message is observed continuously in the Liferay logs    WARN [https-jsse-nio-8443-exec-62][RestClient:65] request [HEAD...
Reindex all search indexes programmatically
Issue How to reindex all search indexes programmatically? Environment Liferay DXP 7.2 Liferay DXP 7.3 Liferay DXP 7.4 Resolution Please note: The following information involves customizations or implementation...
Which database table stores the custom field values?
Issue The user has created some custom fields like 'Role', and 'User Type' inside the user portlet. Which database table contains both user and custom field data together? Steps to follow: 1. Start Liferay DXP...
Custom fields with default values
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....
How to refer to site names, site members, and site roles from the database
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...
Behavior when different Javascript is set in the advanced settings of page and widget pages
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....
Total Count for Documents and/or Web Content
Issue We are looking for a way to determine how many web contents and documents are on our Liferay platform. Environment DXP 7.3  DXP 7.4 Resolution Liferay Support is limited in providing a groovy script for this...
Configuring Service Probes
Service Probes should be configured based on your individual business needs. The following overview is meant to explain the basics of how Service Probes work, so that you can better make decisions about...
Liferay Security Scanning
Issue What procedures does Liferay follow to perform security scanning? Environment Liferay DXP Resolution Liferay uses DAST and SAST tools for scanning. Pen test and manual code reviews are performed as well....
Category parent-child relationships and asset publisher settings
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....
What message is displayed when I log in with an expired password?
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...
Restrict the upload of certain Document and Media files by checking their metadata
Issue We would like to restrict uploading any files to the Document and Media portlet by their extension, however, there should be an extra check in their content (mime) type to make sure the extension wasn't...
Widget categories and order of widgets in the page edit menu
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....
Why doesn’t copying a widget page make an exact copy of a widget page?
Issue When I make a copy of the widget page, only a copy of the layout is created(such as the columns and the portlets and configurations on the page), any web content on the original page isn't copied to the new...
How long are the services logs stored in Liferay Cloud Console?
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Currently, through the web console, we only obtain the logs...
Is Liferay DXP licensed under the GNU Lesser General Public License (LGPL) v2.1?
Issue Are Liferay DXP and all of its libraries used being subjected to the GNU Lesser General Public License (LGPL) v2.1? Environment Liferay DXP 7.0+ Resolution Liferay EE is released under the LGPL v2.1 license...
Content Page image lost after changing site's default language
Issue After changing the default language on a site and checking content fragments that include images, the content on existing pages is not displayed anymore if we change the translation. Environment DXP 7.2 DXP 7.3...
Which is the most convenient tooling to create and build new themes?
Issue It is common among users being in doubt about which is the most suitable way to create and build new themes. Two main ways of doing this are available: Using Liferay Blade or Liferay Developer Studio, which...
Can Multi-Factor Authentication (MFA) be set for specific roles only?
Issue We want to set up MFA for Administrators only. Is this possible with Liferay out-of-the-box? Can we target specific users to sign in using multi-factor authentication? Environment DXP 7.4 DXP 7.3 DXP 7.2  ...
Internet Browsers Supported by Liferay Help Center
The Liferay Help Center has been tested with the browsers listed below. Older browsers can still be used, but newer features may not look or work as intended. We recommend that you always use the current version of a...
How to enable CSRF Token in Liferay?
Issue How to enable CSRF Token in order to prevent CSRF attacks in Liferay? Environment Liferay DXP 7.2 Resolution Liferay's p_auth token protects against CSRF and is enabled by default. Here is the main...
URL length modification / restriction
Issue Sometimes we need to modify or restrict the length or URL Liferay generates ( for example for security custom solutions ) but Liferay has no out of the box solution for that. Environment DXP 7.2...
dtSa cookies containing special characters
Issue As dtsa cookies are detected, are these cookies URLs cause for concern? Is there any information concerning these cookies in relation to Liferay? Use Case: As Liferay generated dtSa cookies contain the...
A new version file is created for each slight modifications
Issue Is it possible to change the attribute of a file version without creating a new one? Environment Liferay DXP 7.0 Resolution Document and Media Portlet is designed to create a new file version whenever a file...
Do we need gzip for images?
Issue When retrieving images from Liferay server, gzip is not enabled. Environment DXP 7.0+ Resolution As images are already compressed, using gzip on them won't provide any additional benefit, and can actually...
Behavior change in searches for partial matches when using Elasticsearch 7
Issue The behavior for searches by a prefix on the content fields has changed. It continues working if you search by title fields. For example, if you have a content field with the "legal" word on it and you search the...
How to configure the default timeout value to any value instead of having it capped at 500ms
Issue The default library timeout until Liferay DXP 7.2 fix pack dxp-3 is 250ms. The default library timeout since Liferay DXP 7.2 fix pack dxp-4 is 500ms.  Use Case: The user would like to be able to set/configure...
Adding a custom item into the journal article drop-down menu (web content drop-down menu)
Issue Within the drop-down menu for Web Content, is there a way to configure my own custom items?  The example for Document Library seen in this blog utilizes the DLDisplayContextFactory extension point. Is there...
UserTrackerPath entries limitation in clustered environment
Issue Track user visited paths in a clustered environment. Environment Clustered environment with the following properties enabled to use Live Users and Session Tracker: live.users.enabled=true...
How can the p_auth authorization token be generated?
Issue Liferay protects itself against CSRF attacks by generating the p_auth authorization token. How can this token be created? Environment DXP 7.0, 7.1, 7.2, 7.3 Resolution When "auth.token.check.enabled=true" is set in...
SessionTracker in clustered environment
Issue Session Tracker cannot be used to track visited paths among cluster nodes. Environment Clustered environment with two or more nodes. Resolution Session Tracker doesn't support tracking visited paths when...
Alerts appearing on every site, even when Distribution Scope set to a specific site
Issue When using the Alerts widget, even when the Distribution Scope for an Alert is set to a specific site, the Alert appears on every site that the user visits. Also, guest users visiting the site specified in the...
Cross Site Scripting Vulnerability report on refererPlid or other parameters
Issue During a penetration test, a Cross Site Scripting Vulnerability may be reported, indicating that you can inject a script into the refererPlid parameter or into the...
Accessing the phone camera on button click event in phone's web browser.
Issue How to access the phone camera on a button click event in the phone's web browser? Environment Liferay DXP 7.0 Liferay DXP 7.1 Liferay DXP 7.2 Resolution Liferay doesn't have any OOTB feature or configuration in...
Is it possible for Liferay to use Ruby Scripting to download a file from the Document Library?
Issue To establish a system that accepts images and allows for a review process. The images will finally be saved in a folder in the site's document library. The user wished to use a ruby script to get the images...
The HTML tags are added by the editor when editing content in the Content editor
Issue When editing content in the Content editor, the HTML tags are being added by the editor. Steps to Reproduce: 1. Login to Liferay 7.1 as Liferay Admin 2. Navigate to Control Panel -> Announcements and Alerts...
Information is not save in detail tab product configuration
Issue After adding the information in detail tab, without saving move to another tab the information is lost in detail tab. Environment Liferay DXP 7.3 Commerce 3.0 Resolution As this can be an important feature,...
Is it possible to set up multiple git branch/Liferay PaaS environment pairs for automatic deployment?
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue In this Liferay PaaS Documentation, I see that it's possible...