Search Results

All Results 1273
Sort By
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Piwik script won't execute
Issue Steps to reproduce: 1. Start the server. Log in as  Admin. 2. Navigate to Site > Configurations > Site Settings > Advanced Tab. 3. In the Analytics section navigate to the Piwik script box and add the valid javascript. <script type="text/javascript"> console.log("This is from piwik...
How to find the "Look and Feel" and "Advanced" tabs when creating a content page
Issue When I create a content page, I am not able to find the "Look and Feel" and "Advanced" tabs. Environment Liferay DXP 7.1 Liferay DXP 7.2 Liferay DXP 7.3 Liferay DXP 7.4 Resolution On DXP 7.1 and 7.2 when you create a content page while editing the page, please go to the right panel...
Item Selector does not display PDF previews
Issue PDF files not previewing in Item Selector Steps to reproduce: 1. Create a web content structure with a Documents and Media field. Create a template for this structure. 2. Start creating a new web content of this structure, click Select under the Documents and Media field, and in...
It is not possible create friendly URL with only one character
Issue If I create a page with one single character FriendlyURL, when I save the page I get an error. It is not possible either by using letters or numbers. Environment DXP 7.0+ Resolution It is not possible to create FriendlyURLs with only one character. There are a couple of limitations...
WCAG Accessibility issue on the <@liferay_ui["quick-access"]> taglib
Issue (WCAG) accessibility issue on the <@liferay_ui["quick-access"]> taglib. Steps to reproduce: 1. Start Liferay 7.2 dxp-8 server, log in as Admin on Chrome browser. 2. Create a new dummy theme with Theme Generator & deploy it on the server. 3. Download the Axe extension for...
Unable to create role with edit/update/delete permissions on all widget's application display templates
Issue If you want to manage permissions on all widget's templates / adt's you can use a general Administrator role or a specific custom role. With the current implementation users having the custom role will only be able to add templates and manage those templates that they have been...
AssetEntryUsage entries are not automatically generated during lar importing
Issue We observed that after importing a full site export (pages + web contents), there are not any entries for AssetEntryUsage in database. We checked it with our own groovy script. Our problem is that we have more than twenty sites with hundreds of web contents in each of them, and we...
Problems migrating component from AUI to Clay
Issue Migrating components from AUI to CLAY, there are some features that cannot be directly adapted. Sometimes, these problems in the migration bring features requests or functionality questions regarding CLAY components. Should these requests be sent to the support team? Environment...
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 It's intended to see the Control Menu icon when logging in with a user that...
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 7.4 Resolution The replacement of the metal-drag-drop library to React-DnD...
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 already in use. Please enter a unique friendly URL. Environment Liferay...
Are there Blade templates available for custom Web Content structure fields?
Issue Is it possible to use a Blade template to create a personalized Field for a Web Content structure? Environment Liferay DXP 7.0, 7.1, 7.2, 7.3, 7.4 Resolution For Liferay DXP 7.3 and lower versions, there is no such Blade template.  For Liferay DXP 7.4 it's possible to use the...
Publication fails caused by "No User exists"
Issue Publishing a Widget Page Template from Staging to Live will fail if the user who created it no longer exists. The following stack trace is seen in the logs: Caused by: com.liferay.portal.kernel.exception.NoSuchUserException: No User exists with the primary key 20103 at...
ADT (Application Display Template) parameter configuration or update
Issue Structures and contents can have configurable parameters that can also be updated. Can we do something like this on an ADT? Environment DXP 7.0+ Resolution There is no option to do the same on ADTs. You have the following options at your service: Opening a Feature Request Please...
Web Content Template caching: Changes are displayed even though Resource modifications check is set
Issue We are trying to cache web content templates and we checked the cacheable parameter for a template. We also set the resource modifications check option to 60000. We see those modifications are displayed immediately and we expect them to be displayed every 60000 ms (so every...
HTTP ERROR 414 when attempting to move web contents/folders
Issue When I try to select all web contents and/or folders and try to move them to another folder I receive an "HTTP ERROR 414". Reproduction Steps: Go to Content & Data --> Web Content Create several web contents (more than 75 entries for DXP 7.2, and more than 60 entries for DXP 7.3...
Re-importing contributed fragment collections cause missing default resources
Issue If a fragment on a page has a static resource (an image for example), it will disappear when the fragment collection is imported again. Environment DXP 7.3 DXP 7.4 Resolution This is the expected behavior because there is an option that needs to be enabled by default.: Go to...
Guest user cannot see the Questions widget
Issue I placed a Questions widget on a Widget Page and posted a question. The Questions widget has the Guest View permission. When a Guest user access this widget page, the posted question is not display and the portal displays the error "Error Loading Topics". Environment Liferay DXP...
Can the Web Content-related elements' IDs change after export/import processes?
Issue I want to know if the IDs that can be seen on the UI for Web Content articles, Structures, Templates can change after exporting and importing them on the same or a different site. We did a test where we exported a web content article and imported it to another site, the ID changed...
User shouldn't be able to select more than one category if Allow Multiple Categories is toggled to No
Issue Steps To reproduce 1. Go to Site Content -> Categorization -> Categories 2. Add a new Vocabulary called Test 3. Toggle Allow Multiple categories to No. Click on Save. 4. Add 3 categories in Test - A, B, C 5. Create a new Basic web content 6. Under Metadata > Search category, click...
Stored XSS with Blog
Issue Steps to reproduce: 1) Add a Blog's widget to a page 2) Add a blog entry 3) In the content field, switch to code view (or source view) 4) Enter a script in the content field. 5) View the newly added blog entry Observed Behavior: The script runs Expected Behavior: Script doesn't...
Scheduled Articles continue to be displayed with scheduled filter when edited to be published
Issue When an article gets initially published with a scheduled date, then edited to display immediately, the article will still appear when the schedule filter tag is used. Steps to reproduce 1) Navigate to Default site > Content & Data > Web Content 2) Add a web content 3) Set 'DISPLAY...
Buttons do not have an accessible name exception
Issue When running a Lighthouse Accessibility audit in Liferay DXP 7.2 a "Buttons do not have an accessible name" exception is flagged on the report. Steps to reproduce: 1. Start Liferay DXP 7.2 fix-pack 6. 2. Open Dev Tools > Lighthouse > Generate Report (Accessibility and Desktop only)...
Unable to create a site with the required vocabulary
Issue When creating a category vocabulary with the Associated Asset Type set to 'Site' and 'Required', a new Site cannot be created. Steps to Reproduce (1)Open the menu on the upper right and select the Global Site (2)Navigate to Categorization --> Categories and create a Vocabulary with...
Elements in Web Content showing incorrect view and count
Issue Steps to reproduce: 1. Navigate to Content & Data > Web Content. 2. Navigate to Structure Tab. 3. Create more than 10 structures. 4. Go back to the WebContent tab, click on the "+" button. 5. The element count is showing an incorrect value. Expected Behavior: The element count must...
Is it possible to configure several user groups with their own site section so only members should be able to create, edit, publish or delete their assets?
Issue For a large corporate site, it is a common use case to divide it into different site sections and grant edit and publish permissions to specific user groups. Inside each section, only members of that specific group should be able to create, edit, publish or delete their assets....
WebContent Sort Order is not working
Issue Steps to reproduce: 1. Start Liferay. 2. Navigate to Content > Web Content. 3. Create multiple web contents. 4. Set Filter and Order settings as below       ORDER BY: Display Date       descending order 5. Navigate to any other page. 6. Navigate back to the Web Content portlet....
Reverse Chronological Order in WebContent
Issue The default order of showing the WebContent articles is in "Chronological" order, which shows the older created articles first. And, want to list the latest created articles first. Steps to reproduce 1. Navigate to Content > WebContent  2. Create 3-4 Basic Web Contents. 3. Check...
Unable to publish WebContent for localized Site
Issue Steps to reproduce: 1. Setup the vanilla bundle and start the Liferay. 2. Go to system settings  > WebContent > Administration > Changeable default language as true. 3. Set en_US, es_ES as instance languages and en_US as the default language of the instance. 4. Go to the Global...
More than one status of WebContent is showing on Live site
Issue Steps to reproduce 1. Create a WebContent named "Test" on the staging site. 2. The status of the created WebContent is showing as "approved". 3. Expire the "Test" WebContent (Now, the status will change to "Expired") 4. Do "Publish to Live" from the WebContent. Observed Behavior:...
en_US and en_GB is available and it is always displayed in long-form
Issue We want to have both American English and British English available in the Instance settings, but only use one of them on a site that has a non-English language set as the default language. The URL should be displayed as follows: www.portal.com/en but the long form of the language...
Display setting is blank for Asset Publisher in the configuration
Issue When clicking on the display settings tab of the Asset publisher configuration, it displays a blank screen with the below error. ERROR [http-nio-8080-exec-18][BaseJSPFormNavigatorEntry:55] Unable to include JSP /configuration/source.jsp build-10657 [liferay-64c8f68f4-qp6h2] [dxp]...
Configuring portlets, embedded by a theme within the header or the footer
Issue When a portlet is embedded within a footer/header on a content page, the portlet configuration is inaccessible, even in edit mode. Environment Liferay DXP 7.2 Resolution Configuring portlets - embedded by a theme - are disabled within both the header and the footer as well. Such...
Applying decorators on a content page within fragments
Issue Using fragments with embedded widgets, like web content display, the default theme decorator is not being applied to the embedded widget. Environment Liferay DXP 7.2+ Resolution The desired scenario of applying decorators on a content page within fragments is not available by...
An empty Control Menu is visible for a user without permissions
Issue When a regular user (user created with default settings) log in to the portal, an empty Control Menu bar is displayed on all Content Pages. Environment Liferay DXP 7.3. Liferay DXP 7.4. Resolution Please install DXP 7.3 Update 4, DXP 7.4 Update 6 or higher. Or request a Hotfix with...
Error displaying geolocation field OpenStreetMap (Leaflet) for the second time, showing a white map when cached
Issue We have a web content structure with a "geolocation" type field (we use the Open Street Map option). We display it using a template for said structure. The map appears correctly the first time it is loaded, but if we reload the page it appears completely blank map area. We note...
Unable to order by published date at the time of selecting assets for a manual collection
Issue When we use Manual Collections, we have to select the items manually, using a selection screen. In this screen, under the Filter and Order selector, we can set Title or Modified Date as an item order. Is there a way to set Publish Date as item order instead of Title or Modified...
What to expect if the company.default.home.url is set as "/"
Issue This article provides a high-level overview of what to expect if the company.default.home.url is set as /. Environment Liferay DXP with sites or instances with multiple virtual hosts Resolution Let's say that your Liferay DXP instance has the following setup: Two sites with the...
Site template propagation performance
Issue The layouts, portlets, and data from the template are copied to the site created from the template using the export-import process. The initial site created using the template just copies the content data. Only portlet configurations and layouts are exported and imported when the...
Journal Articles display causing pages loading delay
Issue Pages loading delays are detected after updating your patch level. Those pages include jorunal articles to be displayed. Environment Liferay DXP 7.4 Liferay DXP 7.3 from fixpack-3 Liferay DXP 7.2 from fixpack-16 Resolution LPS-139726 introduces a performance regression : when the...

Showing 921 to 960 of 1,655 entries.