Skip to content

Commit

Permalink
LPD-44271 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
ling-alan-huang authored and brianchandotcom committed Dec 17, 2024
1 parent 4c05985 commit fff2eae
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@ public AccountUserActionDropdownItemsProvider(

public List<DropdownItem> getActionDropdownItems() throws Exception {
return DropdownItemListBuilder.add(
() -> {
return AccountUserPermission.hasEditUserPermission(
_permissionChecker,
PortalUtil.getPortletId(_httpServletRequest),
_accountEntryDisplay, _accountUserDisplay.getUser());
},
() -> AccountUserPermission.hasEditUserPermission(
_permissionChecker,
PortalUtil.getPortletId(_httpServletRequest),
_accountEntryDisplay, _accountUserDisplay.getUser()),
dropdownItem -> {
dropdownItem.setHref(getEditAccountUserURL());
dropdownItem.setLabel(
Expand Down

0 comments on commit fff2eae

Please sign in to comment.