Search Results

All Results 1294
Sort By
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Language override is missing the Export-Import
Issue We would like to use the Export-Import feature for our translations at Control Panel → Language override but we cannot find it. Environment DXP 7.4 Update 1-15 Resolution This feature has been available since...
Look & Feel Configuration popup displays error upon saving when using HTTP2
Issue Look & Feel Configuration popup displays below error upon saving when using HTTP2: Your settings could not be saved Steps to reproduce: Configure the App server to work with HTTP/2. Open the Look & Feel...
There is no length restriction on the Name and Description of Web Content template
Issue Name and Description don't have a length restriction Steps to reproduce: 1) Navigate to Content&Data> Web Content> Templates 2) Create a new Template Observed Behavior: Name and Description don't have length...
The preview component of the Info Panel shows a broken image preview
Issue Invalid preview for non-image files in Info Panel Steps to reproduce: 1) Upload a non-image file to Documents and Media, such as; a PDF file 2) Navigate to the Content Dashboard in Menu > Applications 3)...
When a file is not uploaded, the upload field throws a validation error, even if it is not required
Issue The form is not submitted correctly Steps to reproduce: 1) Create an object with the text field required 2) Create an object with an upload field NOT REQUIRED 3) Create a new content page 4) Add a Form...
Instance Name is automatically appended to Child Sites
Issue The title of a Liferay instance is being appended to the page titles of its child sites: <title>Page title - Site title - Instance title</title> Is there any out-of-the-box way to hide it on all sites as well as...
Category cannot be moved due to the error: "ORA-01795: maximum number of expressions in a list is 1000"
Issue We have lots of categories and subcategories. When we try to move one, we get the following error: 2021-12-08 07:35:08,104 ERROR [JDBCExceptionReporter:234] ORA-01795: maximum number of expressions in a list is...
Large page tree loads slowly and consumes too much memory
Issue If we create a page tree with lots of pages and subpages using the attached script. When a user views the page tree, the UI becomes unresponsive, the browser takes up a lot of memory and the page becomes...
How to change the value of padding of basic components in DXP 7.3
Issue      The default value of padding of basic components is 3px in DXP 7.2, but it changed from 3px to 0px after upgrading to DXP 7.3. Environment Liferay DXP 7.3 Resolution In DXP 7.3, the way styles are applied to...
How to specify fonts to be used in Liferay
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...
Is it possible to see the last time a site was accessed by a user?
Issue There is currently no out of the box solution that tracks when a user has visited a site. The group_ table in the database contains details about sites, but it does not keep track of the dates for site visits. ...
Blog subscription email for blogs added on content page adds wrong re-direct URL
Issue Email received by a blog subscriber redirects to a control panel based URL when clicking on "Read More" button. Steps to reproduce the issue: 1. Login as Admin (User A) and add a new Content Page. 2. Add a...
Web Content editor view does not open in the current language of the user
Issue Suppose the user has another language or changes to another language and tries to open the web content article from a page. In that case, the article is always opened in the site's default language. Is this the...
Sitemap does not remove the Web Content articles even if they are not referenced by the Asset Publisher
Issue If an Asset Publisher is set as the default asset publisher for a whole site in a page, and a web content article is removed from the asset publisher, the sitemap.xml of that page still displays the previously...
No option to update imported fragment on the current site like web contents
Issue No edit option for imported fragments Steps to reproduce: 1) Create a 'Test Frag' fragment (Design->fragments) 2) Create a 'Test' Page 3) Add a fragment and web content on this page. 4) Export it and uncheck...
Changes in the fragments are not reflected when they are imported from another site
Issue Any changes to the fragment are not reflected on the page when users export the fragment from site-1 and import the exported fragment to site-2. Steps to reproduce: Note, Automatic propagation for Fragment is...
Copying a web content article also copies the status of the article
Issue When we use the Copy option on a web content article, the copied version will also have the status of the original one We would expect the article to be copied as a Draft, because we want to edit it...
Can't set a display page template for a global structure
Issue We wanted to set a display page template in our global structures' default values, but we don't have the option as we do on other sites Environment Liferay DXP 7.2 Fix Pack 17+ Liferay DXP 7.3...
JQuery does not work when enabled in Update 26
Issue JQuery does not work when enabled if Liferay DXP 7.4 Update 26 is installed. It was working at least up til Update 23 When JQuery is enabled in the Control Panel, if web content is added that contains the...
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....
Cumulative Layout Shift (CLS) improvement for IMG tag
Issue When uploading an image in Liferay, the image is rendered with something like this: <img src="/documents/20124/0/LBDLC.png/02956bfc-f95b-cf02-fb01-70e339ba332b?t=1614666679643" alt="the description"> The...
'Collections is temporarily unavailable' error message on UI
Issue When a collection uses a web content structure that has been deleted, the error 'Collections is temporarily unavailable' appears. Steps to Reproduce: 1) Navigate to Site > Content & Data > Web Content >...
Collection Display Fragment collection selector displays collections of Parent site at the Child Site Scope
Issue Under the child site scope, the child site collections are not filtered and displayed for selection. Steps to reproduce: 1) Navigate to Control Panel --> Sites --> Sites and add a blank Site (TestSite). 2)...
Adding a repeatable HTML field to a web content loses the custom configuration added inside an EditorConfigContributor file
Issue Using a custom EditorConfigContributor inside CKEditor works well when applying: "javax.portlet.name=com_liferay_journal_web_portlet_JournalPortlet" However, if the web content structure has a repeatable element...
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...
Unable to download a file through the browser using an href="file://..." link
Issue We create a Web Content to use a link like <a href="file:///test.txt">test.txt</a> in order to download a local file, however, an error is shown in the browser log: Not allowed to load local resource:...
Theme embedded portlets cannot be configured in Content Pages
Issue The portlet cannot be edited. Steps to reproduce: 1) Setup 7.2 vanilla with latest FP, start the server 2) Create a minimal theme 'my-liferay-theme' with yo liferay-theme 3) cd into the root folder of the...
Display Page Template Title Shown Instead of Content Title
Issue When content is displayed in a Display Page Template, the template's name is shown at the top of the window instead of the actual content's title. A more specific title should be shown (just as it is with actual...
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...
Missing path in search results for web content
Issue There is a missing path in search results for web content.  Steps to Reproduce: 1) Create 2 web content folders - folder 1 and folder 2 2) Create contents in those 2 folders with common words in the title...
Blog subscriber unable to view the blog after clicking on "Continue Reading" in the email
Issue Blog subscriber gets redirected to a control panel link instead of blog portlet page link after clicking on "Continue Reading" button in the email, when the blog portlet is placed on a content page. The...
Navigation menu items for public/private layouts are not published from Staging to Live
Issue We have a Navigation Menu in a public page pointing to a mix of public and private pages. When we perform a publication from Staging to Live, only the items pointing to public pages get published. Or vice versa:...
DXP 7.3 Behavior Clarification for Open Graph locale alternate meta tags
Issue The Liferay server outputs all Liferay instance locales as Open Graph locale alternate meta tags. Is this expected? Should Liferay output Open Graph locale alternate meta tags, when page content only uses the...
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...
Button dropdown menu follows scrolling in iframes
Issue This article details a case where button dropdown menu follows scrolling actions within iframes, and how this can be resolved. Environment Liferay DXP 7.1 Resolution In iframes, popper.js will move the dropdown menu...
Can't select pages from other sites
Issue No Pages are displayed if a DDL with a 'Link to page' DDM field has been created on the Global Site Steps to reproduce 1) Navigate to the Global site 2) Go to Content & Data > Dynamic Data Lists> Manage Data...
When changing web contents at the same time, the error message can be confusing
Issue Editing web content concurrently Steps to reproduce 1) Create a Web Content 2) Open it for edit on 2 tabs 3) Edit it on the 1st tab and publish 4) Edit it on the 2nd tab and publish Expected behavior: The...
Users can access the Control Menu from DXP 7.3
Issue On DXP 7.2, the Control Menu was not visible for Users and Power Users, but from DXP 7.3 it is. But since they don't have any permissions, the Control Menu seems to be empty. Environment DXP 7.3+ Resolution...
Mouse scrolling is not working while adding and dragging a new portlet from the sidebar from DXP 7.3
Issue On larger widget pages, positioning a portlet while adding it from the sidebar by dragging can be uncomfortable from DXP 7.3 as mouse scrolling is no longer working. Environment Liferay DXP 7.3 Liferay DXP...
I cannot reuse a friendly URL that has already been used by another page
Issue We are experiencing an issue where it is not possible to reuse friendly URLs that have already been used by another page and are no longer in use. I get the following error message: Error: The friendly URL is...