Details
-
Type:
Story
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.2.0 CE M4
-
Fix Version/s: 6.2.0 CE M4
-
Component/s: Administration, Administration > Custom Fields
-
Labels:
-
Epic/Theme:
-
Liferay Contributor's Agreement:Accept
-
Similar Issues:
Description
It's interesting to be able to set custom fields for Roles in the control panel portlets: custom-fields portlet and role portlet

I had to add
@BeanReference(type = ExpandoValueLocalService.class)
protected ExpandoValueLocalService expandoValueLocalService;
and it's getter/setter in com.liferay.portal.service.impl.RoleLocalServiceImpl because I don't know where to put it so service builder include it in RoleLocalServiceBaseImpl.