Skip to content

Commit

Permalink
MID-5273 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Jul 12, 2019
1 parent d5e0a2c commit 62aa0df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -409,7 +409,7 @@ public static <T extends AbstractRoleType> List<IColumn<SelectableBean<T>, Strin

if (showAccounts) {
IColumn<SelectableBean<T>, String> column = new AbstractExportableColumn<SelectableBean<T>, String>(
createStringResource("pageUsers.accounts")) {
createStringResource("AbstractRole.projectionsColumn")) {

@Override
public void populateItem(Item<ICellPopulator<SelectableBean<T>>> cellItem,
Expand Down
Expand Up @@ -4327,6 +4327,7 @@ AbstractRoleAssignmentPanel.relationLabel=Relation
AbstractRoleAssignmentPanel.relationKindIntentColumn=Relation or Kind/Intent
AbstractRoleAssignmentPanel.identifierLabel=Identifier
AbstractRoleMainPanel.inducedEntitlements=Induced entitlements
AbstractRole.projectionsColumn=Projections
InducedEntitlements.value=Value
AbstractObjectMainPanel.editXmlButton=Edit raw
AbstractObjectMainPanel.confirmEditXmlRedirect=Your local changes will be lost. Do you really want to redirect?
Expand Down

0 comments on commit 62aa0df

Please sign in to comment.