Search Results

ソート
Capability
Feature
Deployment Approach
Submitting a Document with the same name results in an error and losing the file from the form field
authorEmailAddress: justin.mann@liferay.com, authorName: Justin Mann, content: Issue When you submit a file in the Documents and Media portlet that has the same title as a different file, an error is produced that prevents you from submitting it. When this happens, the file is lost from the form...
Liferay redirects to iframe source URL upon logging in
authorEmailAddress: alfonso.crisci@liferay.com, authorName: Alfonso Crisci, content: Issue After adding an Iframe to a Liferay page and set the Source URL of that Iframe to e.g. /web/guest/page2, Liferay will redirect to /web/guest/page2 when logging in through the Welcome homepage. Environment...
Custom Facet does not work with custom field (expando) created as 'searchable as keyword'
authorEmailAddress: adam.zsolnay@liferay.com, authorName: Adam Zsolnay, content: Issue Create a custom field for Web Content Articles name: mycustomfield type: text area set it 'searchable as keyword' Create a web content article and populate mycustomfield with any string (abc) call...
CSS calc() incorrect minification when css.fast.load=true
authorEmailAddress: zalan.szakolci@liferay.com, authorName: Zalán Szakolci, content: Issue When using the calc() function in a css file, e.g.:  calc(var(--elem-height) + 1px) the minifier inserts incorrect spaces after deployment, so the file cannot be interpreted: height: calc(var( - - elem -...