Search Results

All Results 7007
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Limiting the Number of Search Results and Mitigating "Result window is too large." Errors when Using Elasticsearch via index.search.limit and index.max_result_window
Every functionality that relies on search engine queries in Liferay can return a maximum of 10,000 results by default. This applies to Search Bar widget searches, search toolbar searches, search REST API usages, and...
How can I send notifications to an specific role or user programmatically using workflows
Issue How can I assign workflow tasks to multiple users by Scripted Assignment, but not by assigning tasks to a role? Environment Quarterly releases 7.4 7.3 Resolution One common requirement is to...
Documents Modified date changes if documents are moved between folders
Issue If we move documents between folders their Modification date is updated even if the document itself has not been modified. Environment Liferay 7.3+ Resolution The actual behavior is expected and a...
Guest can't update (call put method) in object headless API
Issue When trying to update a specific object through Headless API calls with a guest user (using an angular app), the following error is displayed: {     "status": "FORBIDDEN",     "title": "User 20099 must have...
Automatic triggered re-indexing in elastic search
Issue Most of the time, the Liferay auto-initiated "MlDailyMaintenanceService" job runs daily at midnight. It also corrupted all indexes, as this job deleted some files. Due to the index getting corrupted, no...
X-Xss-Protection response header is not working in DXP 7.4
Issue To enable X-Xss-Protection, add the below property in system-ext.properties http.header.secure.x.xss.protection=1; mode=block and restarted the server. But it is not working in the Liferay. Environment...
PortalUUID: 'cannot find symbol' in Service Builder module
Issue When trying to build my Service Builder module, the following error is thrown in *PersisenceImpl.java classes: cannot find symbol PortalUUID *PersisenceImpl.java classes contain the following reference:...
Portal.properties link not up to date
Issue I am looking at the link https://docs.liferay.com/dxp/portal/7.4-latest/propertiesdoc/portal.properties.html  to inspect the default portal properties, but it doesn't seem to be up to date. For example, some...
Error "Someone may be trying to circumvent the permission checker" when deleting a virtual instance
Issue When attempting to delete a virtual instance, users may encounter the following error: javax.portlet.PortletException: com.liferay.portal.kernel.exception.SystemException:...
How can administrator users pre-configure a category filters in a search page?
Issue In a search page, an administrator user can narrow search results using the Type Facet by pre-selecting specific object types in the widget configuration. We need to do a similar filtering selecting specific...
jQuery error in the logs when using Quarterly Release 2023.Q4
Issue When jQuery is enabled we are facing the following error in the logs: ERROR [http-nio-8080-exec-8][ComboServlet:389] Skip /o/frontend-js-jquery-web/jquery/bootstrap.bundle.min.js because its content type is not...
Uploaded documents are available for all sites using different virtual hosts
Issue Create two sites Set a different virtual host for each site e.g. testsite.local, testsite2.local Upload a document into Documents and Media on your second site See that the uploaded file is available when...
How can I disable web content history?
Issue We would like to have only one version of our web contents so we want to to disable the web content history/versioning. Environment Liferay DXP 7.4 + Resolution Edit the Journal Article Maximum Version Count...
HTML Parsing errors when reindexing journal articles (jericho)
Issue In general, this error may occur after upgrading to Quarterly Releases. When reindexing or updating specific web contents, errors are displayed in logs similar to the following traces: ERROR...
Stack overflow and org.apache.catalina.core.ApplicationDispatcher.invoke Servlet.service() for servlet [Friendly URL Servlet - Public] threw exception
Issue There is a stack overflow error together with the error org.apache.catalina.core.ApplicationDispatcher.invoke Servlet.service() for servlet [Friendly URL Servlet - Public] threw exception Environment Liferay...
Drag and Drop is not working correctly for image in CKEditor
Issue Steps to reproduce: 1. Start Liferay DXP 7.4. 2. Navigate to Control panel > Content & Data > Web Content > Create new Basic Web Content. 3. Add text to the content and also an image using the image...
Language options show wrong placeholder
Issue Placeholder shows 'Select an Option' on the Language option Steps to Reproduce: Menu > Control Panel > Objects Create a custom object definition Go to the Fields tab Add a custom field Open the custom field...
Unable to see Multiple options for web content
Issue Trying to change the web content to multiple languages but users are unable to see multiple options for web content. Environment Liferay DXP 7.4 [all versions] Resolution There are the following steps to add...
Dropdown always opens upward
Issue Select input dropdown opens upward in the system settings Steps to reproduce: Navigate to a settings page with a select input (For example, Control Panel > System Settings > Search > Category Facet Field)...
File upload feature for guest users in Liferay Forms
Issue We have a requirement to create a Liferay form having a document upload feature for guest users. Currently, in Liferay 7.1 uploading documents is not available for guest users.    Environment Liferay...