Search Results

All Results 1271
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Customize/Extend the out of the box classic theme
Issue I would like to base my custom theme on the out of the box classic theme. Environment Liferay DXP 7.1+ Resolution Please read Creating Themes Then create a folder and open terminal Instead of yo liferay-theme, use the command yo liferay-theme:classic --themeVersion=5.0.71 to...
Text is rendered vertically instead of horizontally inside fragments in Collection Display
Issue When date text is rendered inside a fragment that contains nested a HTML tags, the text is rendered vertically instead of horizontally. Environment DXP 7.3 Resolution This issue has been resolved via LPS-183679 Additional Information If you observe this issue, please contact...
Search container shows wrong search count results with pagination
Issue Pagination shows the wrong search count results. Steps to reproduce: 1. Navigate to Site Menu > Content & Data > Web content, create some web content 2. Navigate to Site Menu > Site Builder and create a page. 3. Add a search bar, search option, and search result, on a page. 4. In...
Unable to find web.xml file location in WebSphere application server
Issue The web.xml file cannot be located in the Websphere application server. Environment Liferay DXP 7.3 Liferay DXP 7.4 Resolution To modify the web.xml file, the location in the Websphere server is...
How to enable users to edit or delete their comments in the Page Comments widget
Issue Site members/Users are not able to delete or edit their own page comments on the Page Comments widget. Environment Liferay Quarterly Releases, Liferay DXP, or Liferay Portal 6.2 Resolution For DXP 2023.Q4 and above: Navigate to Control Panel > Instance Settings > Content and Data >...
How to get a drop-down option's field reference in a fragment's html/freemarker code?
Issue Steps to reproduce: 0. In System Settings/Freemarker Engine, remove serviceLocator from the list of restricted variables. (so that we can use it in a fragment code later on) 1. Create a web content structure and put a Select From List field on it. 2. Add 2 options for this field:...
Link to Telephone number preventing the publishing of Web Content
Issue  A link containing a telephone number prevents the publishing of web content and seems related to https://issues.liferay.com/browse/LPS-126914  Environment DXP 7.3  Resolution Request a hotfix containing https://issues.liferay.com/browse/LPS-178153  Or upgrading to 7.3 Update 25 or...
Scheduled Web Content has two versions after being edited again
Issue A scheduled Web Content with a Workflow that requires approval before publishing has two versions after editing again, as follows, what will happen: Environment Liferay DXP 7.2 Resolution It's confirmed Version 1.0 of the Web Content will be published at the scheduled time.      ,...
Issues with CKEditor's Tag Hierarchy in the footer of CKEditor
Issue The availability of the tags hierarchy in the footer of CKEditor is missing when it used to be there. Environment DXP 7.2 Resolution Liferay has stated that this is intended behavior as the CKEditor was updated and some features have been changed and/or removed.  These features can...
Spaces are removed from the translation when it is longer than 75 characters
Issue Language Override translation values have removed space when they are longer then 75 characters Steps to reproduce: Control Panel > Language overrides, add a new key, name it e.g. testing-translation Add any value longer then 75 chars to any language e.g. "test test test test test...
Portlet's title (web content display (global)) is shown instead of the web content's title
Issue Web Content Display doesn't display Global Web Content's title. Steps to reproduce: 1. Start the server 2. Create a global web content 3. Put a web content display on a page, select global scope, and display the web content in it Observed Behavior: Portlet's title (WEB CONTENT...
SEO Meta Tags in Display Page Templates
Issue While working with configuring SEO and Open Graph in display page templates. Is it feasible to add custom tags and keyword metadata to journal web articles in order to integrate tags in a display page template visualization? Environment Liferay DXP 7.4 Resolution At the moment, the...
Custom error 404 page
Issue A static page in Liferay has been built with the following property in portal-ext.properties. layout.friendly.url.page.not.found=/web/error/error404 Hit the URL:  https://xyz/web/error/error404 (just for demonstration purposes here) The Liferay resource not found error page will be...
Latest version URL is pointing to old version of document
Issue Steps to reproduce: 1. Start Liferay DXP 7.4 2. Navigate to Documents & Media > Upload an image. 3. Click on the uploaded image > info > check the Latest Version URL. 4. Now, reupload another image in the same document. Expected Behavior: Latest Version URL should point to version...
Already selected blogs are not checked
Issue In the related asset search list, blogs that have already been chosen are not checked. Steps to reproduce: 1. Navigate to Content & Data > Blog. 2. Create multiple blogs and then select one blog. 3. In related assets select 'Blog entry' then select multiple blogs. 4. Click on...
Content getting lost with multiple locales
Issue Users that add their regional language to their DXP setup via portal-ext.properties file may see unexpected behavior with web content, such as clearing input from text fields of content when changing locale from one to another: locales=...
Blank screen is seen after password reset
Issue A blank screen (with url http://localhost:8080/c) is seen after user password is reset. The expected behavior after password reset is for users to A) be successfully redirected to Liferay home page and B) remain logged in. However, in DXP 7.4 u50 (and below)...
Invalid date error when creating content with date field using APIs
Issue When using the Liferay API to create Web Content with a date field, using the "dd-MM-yyyy'T'HH:mm:ss'Z'" format results in the display of an "Invalid date" error. curl \ -H "Content-Type: application/json" \ -H 'Accept-Language: en-US' \ -X POST \...
How to set custom page for "You do not have the roles required to access this portlet" error
Issue Custom pages for 404 errors can be easily configured in DXP; however, how can a custom page be designed for the "You do not have the roles required to access this portlet" error? Environment Liferay DXP 7.4 Resolution There is no OOTB functionality to achieve the requested...
Look and Feel Configuration popup is missing
Issue The 'Look and Feel Configuration' popup with the custom plugin is blank or missing, even though the same is working fine in update 25 of DXP 7.4. Environment Liferay DXP 7.4  Resolution The observed behavior is caused because of the LPS-147681. Therefore, it is needed to modify...
How to loop through repeatable fields in a Display Page Template
Issue Using Display Page Templates for Web Content with image field which is repeatable and adding more images to this content. When the image field is mapped to the Display Page Template, only the first image is mapped/visible on the UI.  Environment Liferay DXP 7.0+ Resolution If a...
Error validating the main servlet path in a content reference
Issue Following an upgrade from DXP 7.3 Service Pack 1 to Update 10, we cannot reference a main servlet path within a Basic Web Content article Steps to Demonstrate 1. Create a new Basic Web Content article with this input Title: Test Content: Test content <a...
Bootstrap compatibility with Liferay DXP 7.4
Issue What version of Bootstrap is compatible with Liferay DXP 7.4 and what type of coverage is offered?  Environment Liferay DXP 7.4 Resolution Liferay Support currently supports Bootstrap 4 and will be supporting this version for the foreseeable future.  Additional Information Why...
Adding role attribute to tables in CKeditor
Issue At Content & Data > Web content, create a new web content and add a table in it In the table properties there is no option to add a role Expected result: role="presentation" can be added to tables, therefore guest users using accessibility tool have better experience and implicit...
Adding aria-label attribute to links in paragraph fragments
Issue We should have an option to add "aria-label" attribute to the <a> tag, when adding a link into an out of the box paragraph fragment used on a page: <a href="https://www.google.com" rel="noopener noreferer" aria-label="Go to google"> The purpose of this technique is to provide a...
Text formatting is not removed in CKeditor
Issue In CKeditor when editing a text and selecting a pre-formatted style other than Heading (e.g. Cited Work), then I am trying to set it back to Normal, the pre-formatted style remains and its tag could be seen when changing into Source View. CKEditor includes a Styles drop-down menu...
How to change Menu Display widget default display template
Issue When configuring a Menu Display widget the default display template can be changed. Environment Liferay DXP Resolution Can be changed through System Settings > Content and Data > Navigation > Navigation Menu Template, content:...
Navigation showing wrong page hierarchy
Issue After creating public and private pages in DXP 7.3 and then creating a Master Page Template Design and a Display Page Template Design with the private pages, you should be able to see private pages in the Navigation bar of "Private page display page template". But instead, you see...
Liferay Learn (learn.liferay.com) is not loading properly or looks distorted
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Liferay Learn (learn.liferay.com) is not loading properly and looks distorted such as below when accessed. Environment Any browser...
How to delete the web content article version via groovy script?
Issue Users need to delete the web content article version with the help of the groovy script. Environment Liferay DXP 7.4 Resolution Please Note:  The below script is only a template that is meant to serve as a starting place to go off and develop your own custom script at your team's...
An error "The content references a missing page" occurs when publishing a web content
Issue An error "The content references a missing page" occurs when publishing a web content. I checked the content but I could not find any reference to invalid page.   Environment Liferay DXP 7.3   Resolution The missing page may be referenced by an old version of the web content. You...
Error Duplicate entry '0-3-925637128-com_liferay_product_navigation_user_personal_bar_w'
Issue The following error is being reported in the logs multiple times: ERROR [http-nio2-8080-exec-132][JDBCExceptionReporter:234] Duplicate entry '0-3-925637128-com_liferay_product_navigation_user_personal_bar_w' for key 'IX_CB778855' Environment Liferay DXP 7.3 Liferay DXP 7.4...
Asset Publisher Does Not Display Content When Filtered by Dynamic Collection and Language Is Changed
Issue When creating a dynamic collection in a specific language and using that collection as a filter in Asset Publisher, the page does not display the content when the language is changed to a language other than the original language of the collection. Environment Liferay DXP 7.4...
JQuery version is exposed
Issue Possible information leakage by disclosure of the used JQuery version in the loaded JS files. Environment Liferay DXP 7.0+ Resolution Hiding the version in JQuery is against the the license, where they explicitly wrote that "You are free to use the Project in any other project...
If I I take away from the locales of a Site created from a Site Template, I cannot propagate my changes from the Site Template
Issue When you create a Site based on a Site Template, change the default localization settings of a the created Site and take away from the available locales, further changes to the Site Template are not propagated to the Site. Reproduction steps: Go to Control Panel → System Settings →...
Web content with text longer than 10923 characters does not appear in the asset publisher
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 Web content with text longer than 10923 characters does not appear in the...
Error Duplicate entry '0-3-925637128-com_liferay_site_navigation_menu_web_portlet_SiteN'
Issue The following error is being reported in the logs multiple times: ERROR [http-nio2-8080-exec-143][JDBCExceptionReporter:234] Duplicate entry '0-3-925637128-com_liferay_site_navigation_menu_web_portlet_SiteN' for key 'IX_CB778855' Environment Liferay DXP 7.3 Liferay DXP 7.4...
I cannot publish Web content with E-mail type links
Issue I cannot publish Web content after including an email-type link. The UI shows this error: Error: Your request failed to complete Environment Liferay DXP 7.4 U60 - U69 Resolution Please update to Liferay DXP 7.4 Update 70+. Or request a Hotfix that includes LPS-178153 to resolve the...
ADA Compliance: JAWS Screen Reader announcement does not match actual key command.
Issue When I activate the three dot menu control, the JAWS announcement is not matching the actual key command. JAWS reads “Press space to activate the menu”, however, pressing space bar does not activate the menu. The menu is only activated by pressing the “enter” key. Steps to...
How to know the pages that have added a specific Portlet
Issue Is there a way that allows me to identify which portal pages have added a specific portlet based on the Portlet ID? Environment Liferay DXP 7.0+ Resolution Please run the attached script: ListSpecificPortletPages.groovy  Replace \'portletId\' with the specific Portlet ID, e.g.:...

該当件数: 1,654 件中 641 - 680