Search Results

All Results 6986
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
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 handle a structure field modification in templates
Issue The user changed a web content structure and moved a nested field to the top level of this structure. It produces an error when some articles are rendered. Let's provide an example: We create an structure with...
Categorization option is not visible after upgrade to Liferay 7.3
Issue Navigate to Site Builder -> Pages -> Page Configuration. Categorization option is blank under General tab. Environment Liferay DXP 7.3 Resolution The issue is due to below portal property in...
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...
Web content creation with image upload keeps failing after validation failed once
Issue Unable to save web contents. Steps to reproduce: 1) Log in as an administrator 2) Navigate to Categorization -> Categories 3) Create a new vocabulary 4) Click on Associated Asset Types and make the vocabulary...
Is it possible to add custom validations to the form builder interface
Issue Is it feasible to customize the form builder UI with custom validations? Environment Liferay DXP 7.3 Resolution The way to add custom validations for data type would be from the backend by implementing the...
macro buildChildrenNavItems not found after an upgrade to 7.3
Issue After an upgrade if a Site Navigation Menu Widget is added to a page with its default configuration you could see the following error: The following has evaluated to null or missing: ==> buildChildrenNavItems...
Calendar event collections are missing from collection display fragment
Issue Calendar event collections are not available to use in collection displays. While creating the Collection, and selecting Calendar event as item type, there is no further option as "Subtype" as with...
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...
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...
When adding a form to a page that contains other widgets, the focus jumps down to the form
Issue When adding a form to the bottom of a page that contains other widgets and navigating to the page, the page automatically scrolls down and focuses on that form. Environment Liferay DXP 7.3 Fix Pack 2...
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:...
'Select' button is not disabled for the folder where a document already belongs to
Issue The 'Select' button next to the folder names shows being disabled, but it works as intended when the user clicks on it. Steps to reproduce: 1. Log in to Liferay and Navigate to Content and Data -> Documents...
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...
Property 'session.timeout.auto.extend=false' is configured but browser still calls 'extend_session'
Issue In portal-ext.properties the following property session.timeout.auto.extend=false is configured, however in the Network tab of the Developer Tools of the browser 'extend_session' is still being called....
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...
Date format isn't correctly displayed on view entries
Issue Date format isn't correctly displayed on view entries Steps to Reproduce 1) Navigate to Content & Data > Forms > Add new Form 2) Ensure that English is the default language 3) Add a date field 4) Add...