-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X EE
-
Fix Version/s: 7.0.0 DXP FP24, 7.0.X EE, 7.0.4 CE GA5
-
Component/s: WCM
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Fix Priority:1
-
Git Pull Request:
IDs for Web Content articles are not displayed under Content > Web Content, but IDs for folders are, which results in all of the columns for articles being misaligned. This is caused by an improper backport of LPS-70435 commit a84ce624821417d7554ad3d6136c637e193eb779.
This made it so only the article ID is not displayed when autogenerate ID is enabled, instead of both article and folder ID being hidden when autogenerate ID is enabled.
Steps to Reproduce
In a clean Liferay DXP bundle:
1. Create a Web Content Article and a Web Content folder.
2. Switch to List View.
3. Note that the first column displays the ID for the folder and the article.
4. Stop Liferay and install DE-17+. Restart Liferay.
5. Navigate to Content > Web Content.
Expected:
There is no ID column for folder or article when autogenerate ID is enabled.
Actual:
The ID column for the folder still displays but the ID column for the article does not, causing all columns to be misaligned.