Search Results

ナレッジベース 1412
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
How to fix widget size on content 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. Issue...
Integrating AlloyEditor fields in AUI forms
Issue CKEditor textareas are usually introduced in JSP pages by calling the taglib InputEditor: <liferay-ui:input-editor contents="<%= HtmlUtil.escape(title) %>" editorName="ckeditor" name="titleEditor"...
How can I disable document versioning?
Issue I'd like to disable document versioning (so that every document has only one version) Environment 7.2+ Resolution You cannot disable versioning altogether, per se, but you can reach an equivalent result by limiting...
Unable to create Private pages in DXP 7.4
Issue Unable to find Create Private Page options in DXP 7.4 Environment Liferay DXP 7.4 Resolution Starting from Liferay DXP 7.4 U22 & GA 22 our product team has deactivated the Private pages of any fresh installation....
Admin pages are shown as search results by Google
Issue Searching for the right terms you can see how Google (or any other web search engine) can show admin pages, such as Control Panel or Site Admin, as entries in their list of results. Even when trying to...
How to Update Webserver Credentials
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue I would like to change my webserver login credentials....
How can I use predefined values (default values) for web content structure Image fields
Issue I am trying to set and use the Predefined Value for an Image field I added to a web content structure, when configuring the field (on the left side) However, I am not sure what exactly I should write in the...
Unrelated word matches in searches
Issue In some rare occasions, when searching there can be unexpected results matched by title that are not related to the searched terms. An example would be: Search term: laces. Results: laces, laced, but also...
How to protect the portal against Bootstrap: CVE-2019-8331 vulnerability
Issue Liferay 7.0 uses a Bootstrap versión that has this vulnerability: CVE-2019-8331 - XSS is possible in the tooltip or popover data-template attribute. Bootstrap issue 20184 - XSS in data-target attribute....
How to create a Liferay custom docker image
Issue How to create a Liferay custom docker image using any base image? Environment Liferay DXP 7.0, 7.1, 7.2, 7.3, 7.4 Elasticsearch Resolution To create a custom docker image, a Dockerfile should be...
Journal Article Structure Field Name is not the same in the UI and the database
Issue When trying to get a journalField value via java, the field name is not the same as the one shown in the UI. Example in prior versions, where the field name in both the UI and the database would be the...
How can I configure a grid with 3 modules but displaying 2 modules per row in tablet mode?
Issue We have created a content page that contains a grid with 3 modules and it displays 3 modules per row in desktop mode. We need to only display 2 modules per row in tablet mode but Liferay doesn't allow configuring 2...
How to check from a page fragment if the edit mode is active?
Issue From a page fragment code, we want to check if the edit mode is active for the page. Our fragment needs to behave different if the page is in edit mode (for instance, to create a modal fragment). Environment DXP...
Signed SAML response
Issue How can the signed response, which is required by ADFS to complete authentication at the Liferay end, be clarified? Environment Liferay DXP 7.0 Liferay DXP 7.1 Liferay DXP 7.2 Liferay DXP 7.3 Resolution...
Access Liferay PaaS Elasticsearch Server Indices
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Which endpoint should I use to access Elasticsearch Server indices?...
How to Export a Single Form as a LAR File
Issue How can I export a single form in LAR format? Environment DXP 7.3   DXP 7.4 Resolution During the export process, there are options that allow for the inclusion/exclusion of data. In this example, we'll use...
Localize download URL in image fragment in 7.2.x writing a custom fragment
Issue It is not possible to translate the link of a fragment image in order to download different documents for each language hosted in the Document Library. Environment Liferay DXP 7.2 and 7.3 Resolution Following...
You can't create child pages of a page from a site template with propagation enabled
Issue When creating a site from a site template with propagation enabled, this does not allow adding child pages to pages that were already created from the template. Environment DXP 7.0 or higher Resolution This...
Assign User to Account
Issue Not able to select the created User to be assigned to an Account.   Environment Liferay DXP 7.4 Commerce 4.0   Resolution Users for Accounts can only be created within the Account Users interface. A...
Is there a REST API method to revoke the OAuth2 tokens?
Issue We want to provide a public REST API method to revoke the OAuth2 tokens following the RFC 7009 specification https://datatracker.ietf.org/doc/html/rfc7009#section-2.1 Does Liferay provide this functionality?...