Search Results

ソート
Capability
Feature
Deployment Approach
DataIntegrityViolationException on SocialActivitySet Table after Upgrading 6.2 to 7.0 or 7.1
authorEmailAddress: alfonso.crisci@liferay.com, authorName: Alfonso Crisci, content: Issue After migrating from 6.2 to 7.0 or 7.1, the below stacktrace can be observed in the server when editing and saving migrated web content: ERROR L [liferay/async_service-1][ParallelDestination:55] Unable to...
When a user is deleted, what happens to content created by that user?
authorEmailAddress: michael.warren.young@liferay.com, authorName: Michael Warren Young, content: Issue If a user creates content and then is deleted, is anything about that content changed? Who is listed as the author? Environment Liferay Portal Liferay DXP Resolution If a user is deleted,...
How to customize the presentation layer for Alerts and Announcements widgets?
authorEmailAddress: alfonso.crisci@liferay.com, authorName: Alfonso Crisci, content: Issue How to customize the presentation layer for Alerts and Announcements widgets? Environment Liferay DXP 7.0+ Resolution Behind the scenes, both widgets use the same presentation layer and this, rather than...
How can I embed a specific web content article in my theme?
authorEmailAddress: alfonso.crisci@liferay.com, authorName: Alfonso Crisci, content: Issue How can I embed a specific web content article in my theme? Environment Liferay DXP 7.0 Liferay DXP 7.1 Resolution The below code in portal_normal.ftl file of your theme can be used a starter: <#assign...
Why are my theme JS and CSS changes showing only if I clear the server's cache?
authorEmailAddress: jira_integration_6b0c73@jira.zendesk-integrations.com, authorName: Liferay Support, content: Issue While working on theme development and deployment, both on Development and Production environments, it will be necessary to clear the server and browser's cache in order to see...
Byte is not localized to french language, it should be octet
authorEmailAddress: zalan.szakolci@liferay.com, authorName: Zalán Szakolci, content: Issue The storage size is not localized in the TextFormatter class in the com.liferay.portal.kernel.util package. This values are hardcoded in the variable _STORAGE_SIZE_SUFFIX_B, _STORAGE_SIZE_SUFFIX_KB,...
How to customize the AlloyEditor hyperlink dropdown list?
authorEmailAddress: alfonso.crisci@liferay.com, authorName: Alfonso Crisci, content: Issue Business needs may sometimes require to customize the AlloyEditor hyperlink dropdown list in the AlloyEditor toolbar: Environment Liferay DXP 7.2 Resolution You can provide additional configuration to the...
7.2 DXP AlloyEditor toolbar button Proof of Concept module
authorEmailAddress: alfonso.crisci@liferay.com, authorName: Alfonso Crisci, content: Issue When attempting to create a 7.2 DXP AlloyEditor toolbar button following the previous DXP 7.1 tutorial Creating the Button's JSX File, the error React.createClass is not a function will be encountered, OR...