-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE, 7.0.0 DXP FP25, 7.0.X EE, Master
-
Fix Version/s: 7.0.0 DXP FP31, 7.0.5 CE GA6, 7.0.X, 7.1.X, Master
-
Component/s: Categories
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce
- Configure a clean Dxp instance and create in LIFERAY_HOME a portal-ext.properties file with the property "asset.categories.selector.max.entries=5".
- Start server and log in with admin user
- Create site role "Role1"
- Define permissions for Role1 giving every general permission in Site Administration -> Web Content and permission to add Web Content in Resource Permissions.
- Create a new user "User1"
- In any site go to Site Membership-> Assign Users > User1
- In site, assign User1 site role -> Role1
- In site > -Content > Categories create vocabulary "Vocab1" in permissions select anyone
- In Vocab1 create 6 categories with permissions given only to the owner (cat1,...,cat6)
- Give Role1 permission to view only cat6
Just to reproduce it in master:
- Copy attached file com.liferay.test.portlet-1.0.0.jar to bundle's LIFERAY_HOME/deploy
- With administrator user: define permissions for "Role1" and give permission: Site Settings > Site: View
- Add portlet "lps_73914_test Portlet" in "sample" category to main page
- Log in as User1
- Inside the portlet click in Select button under "Vocab1"
Just to reproduce it in 6.2.x/7.0.x:
- Log in as User1
- Go to Site -> Content -> Web Content -> Add Basic Web content
- In Metadata section under Vocab1 click on "Select"
Expected result
User1 only sees cat6 and can assign it to the new content
Actual Result
User1 doesn't see any category in CategorySelector
- relates
-
LPE-16075 No categories showing in CategoriesSelector
- Open