Search Results

All Results 1307
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Control Menu is shown without styles
Issue Control Menu is shown without styles when navigating from a Control Panel page to a page configured with a custom theme and SPA is enabled. Refreshing the page fixes this issue temporarily until the next...
Users unable to see scheduled content
Issue Why doesn't my 'Scheduled' content appear for other users? Scenario: 1. 'Approved' and 'Scheduled 'content created by User A (below)         2. User B is logged in and only sees the 'Approved' content (below)...
How to apply Font Awesome in a custom theme
Issue As a developer, I would like to apply Font Awesome in my custom theme via Maven. Environment Liferay DXP 7.1 Resolution 1) Create a theme based on the Simple Theme Maven Blade Sample: blade create -t theme -v...
How to Translate Forms for Localisation in DXP 7.0
Issue Can I translate Forms in Liferay DXP 7.0 for localisation of our different language sites? We have found the translation function for Web Content, but cannot find it for Forms. Environment DXP 7.0, 7.1 Resolution...
Arbitrary Code Execution With jQuery Versions Earlier Than 3.0
This article documents a security issue in jQuery versions prior to 3.0, which is also described on Github. The issue can be reproduced with the following steps. Install a theme that uses jQuery prior to 3.0. Head to any...
Language Coverage
This article describes and provides links for: Our language / translation coverage documentation How to customize language keys / translations in your Liferay platform. How to contribute to languages outside of...
Minification Issues When Using ES6 in Your Custom Code
This article documents a minification error you will encounter if using ECMAScript 6 (ES6) in your custom code and the ES6 code is not transpiled. In a production environment, we enable the following property in order to...
How to Modify Home Folder permissions
Issue Guests who don't have view permissions for the Home Folder cannot view any Web Content when the Article view permissions check enabled option is checked. Environment Liferay 7.1+ Resolution The Home folder...
Images are not inserted in CKEditor of Wiki portlet
Issue In a Wiki portlet's comment section within CKEditor, when attempting to insert a picture, the image is actually not inserted - although it is added to Documents. An empty line is added instead. No errors shown...
Not able to add Structure Key after unchecking Auto generate Structure Key
Issue Steps to reproduce: 1. Download the liferay-dxp-tomcat-7.2.10.1-sp1-20191009103614075.tar.gz from Liferay 2. Unzip and start the out of the box liferay-dxp-tomcat-7.2.10.1-sp1. 3. Once Liferay started, go to...
"Invalid attempt to spread non-iterable instance" error when saving Instance Settings
Issue When working on a Liferay instance fronted by a web server, customers may experience the inability to save any changes in the Control Panel > Instance Settings sections. The attempt to save will fail with...
Cannot save identical content in localization of a field
Issue Users cannot save identical content in the localization of a field. Steps are as follows: Create an article using the basic web content structure Write "Test" in the content field and publish  Add a translation...
What happened to the taglib on 7.1?
Issue Using the <liferay-ui:calendar /> taglib on 7.1 will no longer work as it used to do on Portal 6.2 or Liferay DXP 7.0 Environment Liferay DXP 7.1+ Resolution <liferay-ui:calendar /> was deprecated as of...
Why my custom theme is longer applied to web contents when editing or previewing them on Liferay DXP?
Issue On Portal 6.2, my custom theme was applied to web contents, even when editing or previewing them: why is this no longer working on Liferay DXP 7.0+? Environment Liferay DXP 7.0+ Resolution On Liferay DXP,...
How to set different favicons on different sites on the same Liferay instance
Issue Is there a way to set different favicons on different sites on the same Liferay instance? Environment Liferay Portal 6.2 Liferay DXP 7.0+ Resolution The easiest, supported and...
Could not resolve module - Unresolved requirement error
Issue Getting below error while deploying the ext module in the Liferay instance  org.osgi.framework.BundleException: Could not resolve module: com.liferay.journal.service [1099]_ Unresolved requirement:...
How to prevent content pages from scrolling unexpectedly when interacting with a portlet below the fold
Issue When interacting with a Liferay DXP portlet below the fold of a Content Page, the page unexpectedly scrolls to the top. The result of the interaction is properly displayed, but the user must scroll down to...
In Account Settings, Chrome autofills the "Job Title" field with the username
Issue When users update their password in the "Account Settings" section, Chrome will autofill the "Job Details" field: Environment Liferay DXP 7.0 Resolution Liferay is unable to reliably fix this issue as it...
Copy-pasting an image into a Web Content HTML field is stored as base64 characters
Issue When an image is copy-pasted into the Web Content editor, it is stored as a base64 collection of characters. What is the limit of this image? Are there any alternatives to this behavior? Environment DXP 7.0...
Special characters are used in friendly URLs
Issue Special characters, e.g. åäö are shown in friendly URLs, instead of showing the ASCII version. Example: page is titled new page åäö becomes /new-page-åäö instead of /new-page-aao Environment DXP 7.0+ Resolution...