Search Results

All Results 6948
Sort By
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Preview of the content page is not working in case of rejection & re-submission in workflow
Issue Steps to reproduce: 1. Start Liferay 7.3 and log in as admin.  2. Assign a single approver workflow to 'Content Pages' 3. Navigate to Liferay DXP Site and click on edit i.e on Home Content Page. 4. Place button fragment on the page. 5. Click on submit for publication. 6. Navigate...
In the web content structure, there is a missing Boolean (Checkbox) field
Issue The Boolean field is missing in the web content structure. This same needed functionality is present in the form. Expected Behavior: Boolean Checkbox field present in web content structures, as is the case in Forms Observed Behavior: Missing field, example of field functionality...
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 access to them is going to take us to login page, this might not be desirable....
What criteria are used to order the products by relevance?
Issue The Product Listing is showing result based on Relevance. I would like to know how this ordering works. Environment Liferay DXP 7.3 Liferay Commerce 3.0 Resolution Relevance is the default ordering defined by Liferay. It is based on the Elastic Search scoring first, then by...
How to integrate Azure Chatbot with Liferay
Issue Is there any existing built-in integration for the Azure Chatbot with Liferay? And, if not are there any plans for this to be integrated at a later date? Environment Liferay DXP 7.x Resolution This functionality does not exist yet in Liferay DXP This must be requested through a...
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. Environment Liferay PaaS Resolution By default, the webserver nginx.conf uses...
On sites with only Private Pages, stylebooks with a custom theme do not work
Issue The categories and tokens for the custom theme are not available in the stylebook editor Steps to reproduce: 1) Deploy a theme that includes custom stylebook categories (https://github.com/lfrsales/73-formed-theme). 2) Create a new Site. 3) Add a private page to the site and...
No results are returned when searching for a specific term because it is a Elasticsearch stopword
Issue When searching for a specific term, no results are returned despite the fact that there should be some matches. How to configure Elasticsearch stopwords. Environment Liferay DXP 7.0–7.4 Elasticsearch 2.x–7.x Resolution By default, Elasticsearch removes some words from token...
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 Predefined Value (what format, syntax) and whether it works after that. It...
I cannot publish Application Display Templates to Live
Issue Application Display Template checkbox cannot be selected when using Staging, preventing Application Display Templates from publishing to Live. Environment Liferay DXP 7.0 Fix Pack 90 Resolution Please install Liferay DXP 7.0 Fix Pack 93+ Or request a Hotfix with the LPS-114263 to...
OAuth 2.0 with Kerberos
Issue You might encounter an issue where after the SSO setup, you start having problems with OAuth 2.0 and the call to /o/oauth2/token is failing with a "401 Unauthorized error". Also if you use Apache you might see the following: "POST /o/oauth2/token HTTP/1.1" 401 381 "-"...
How to use Google Analytics 4 in Liferay
Issue In Liferay you can configure Google Analytics (GA) under Configuration > Site Settings > Advanced > Analytics You can see 3 fields related with GA: Google Analytics ID (Set the Google Analytics ID that is used for this set of pages). Google Analytics Create Method Only Custom...
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 lacerations. Environment Liferay DXP 7.3, 7.4 Resolution In summary, this...
RenderURL doesn't work in Nested Applications Portlet
Issue If you deploy a portlet within the "Nested Applications" portlet that has a <liferay-portlet:renderURL > tag in the JSP, the url that is rendered is not "recognized" by the portlet and a redirect does not occur. For example, if you have a portlet that will take a parameter and then...
I cannot set the Authorship when importing a Content
Issue When I go to Content & Data > Documents and Media and try to import a .LAR file, the Authorship of the Content options are not displayed. Environment Liferay DXP 7.3 Service Pack 3 Resolution Please request a Hotfix with the LPS-151607 Additional Information Liferay DXP Patching...
When configuring SEO properties, the page's master template reverts to Blank
Issue When we have a page with an associated master template and we modify some field in its SEO settings, the page's template reverts to the default (blank) template. Environment Liferay DXP 7.3 with Fix Pack 1 or older. Resolution Please install Liferay DXP 7.3 Fix Pack 2 Or request a...
Multi-page form does not save file uploaded from first page
Issue I created a multi-page form, adding an Upload field on each page and allowing guest users to send files. When a guest user upload the files, it is noticed that the form does not save the documents sent from the first page. Environment Liferay DXP 7.3. Resolution Please request a...
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. Environment Liferay DXP 7.0 Resolution You should be able to get protection...
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 2 fields: parent child (that is nested in parent) A new Template is...
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 portal-ext.properties file: jsonws.servlet.hosts.allowed= Please remove this portal...
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 created. A Dockerfile is a text file that contains a list of commands that the Docker...
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 required 5) In that new vocabulary create a Category 6) Navigate to...
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 'DDMFormFieldValueValidator' interface in the same way as for example...
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 [in template "10114#26427#18786775" at line 67, column 67] Environment...
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 other elements like document or web content. The Collection Display Fragment on the...
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 same: Field name in the UI: "Text1". Field name in the database: "Text1". Code...
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 for an HTML field, these defined configurations inside the config...
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 Resolution Please install Liferay DXP 7.3 Service Pack 3+ Or request a Hotfix with...
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 Modules per Row, this option is not displayed in the Style...
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: file:///test.txt Environment Liferay Portal 6.1+ Liferay DXP 7.0+ Resolution The...
'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 and Media 2. Created Folder1 and Folder2 2. Upload a file and add/move it...
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 theme and run gulp build 4) Copy over portal_normal.ftl from...
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 pages). Environment Liferay DXP 7.1 Liferay DXP 7.2 Liferay DXP 7.3...
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. Environment DXP 7.3 DXP 7.2 DXP 7.1 DXP 7.0 Resolution Sessions are important...
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 7.2 DXP 7.3 DXP 7.4 Resolution You can check if the edit mode is...
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 i.e. author 3) Create a new role with permission to access the control panel...
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 Brazilian Portuguese as a new language 5) Publish the form 6) Submit the same date...
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 observed link is similar to:...
InvalidNameIDPolicy errors
Issue The following error occurs while configuring Liferay as SP and ADFS as Idp. At Liferay
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: If the Navigation Menu is in a private page, only the items pointing...

Showing 4,601 to 4,640 of 8,711 entries.