Skip to content

Commit

Permalink
Fix for displaying associations at user page.
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jun 26, 2014
1 parent ace8e29 commit e2008c1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -643,7 +643,7 @@ private List<UserAccountDto> loadAccountWrappers() {
String resourceName = WebMiscUtil.getName(resource);

ObjectWrapper wrapper = ObjectWrapperUtil.createObjectWrapper(resourceName, WebMiscUtil.getOrigStringFromPoly(accountType
.getName()), account, ContainerStatus.MODIFYING, this);
.getName()), account, ContainerStatus.MODIFYING, true, this);
// ObjectWrapper wrapper = new ObjectWrapper(resourceName, WebMiscUtil.getOrigStringFromPoly(accountType
// .getName()), account, ContainerStatus.MODIFYING);
wrapper.setFetchResult(OperationResult.createOperationResult(fetchResult));
Expand All @@ -664,7 +664,7 @@ private List<UserAccountDto> loadAccountWrappers() {

}


wrapper.initializeContainers(this);

list.add(new UserAccountDto(wrapper, UserDtoStatus.MODIFY));

Expand Down

0 comments on commit e2008c1

Please sign in to comment.