Skip to content

Commit

Permalink
bringing back "plus" (create new) button
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Jan 20, 2020
1 parent 3f0a062 commit b9e51ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
Expand Up @@ -263,14 +263,9 @@ protected WebMarkupContainer createButtonToolbar(String id) {
}

protected WebMarkupContainer initButtonToolbar(String id) {
// return getNewItemButton(id);
return new WebMarkupContainer(id);
return getNewItemButton(id);
}
//
// private List<MultiFunctinalButtonDto> loadButtonDescriptions() {
// getNewObjectInfluencesList();
// }


protected List<MultiFunctinalButtonDto> createNewButtonDescription() {
return null;
}
Expand Down
Expand Up @@ -136,13 +136,6 @@ protected void initLayout() {
@Override
protected List<PrismContainerValueWrapper<ClassLoggerConfigurationType>> postSearch(
List<PrismContainerValueWrapper<ClassLoggerConfigurationType>> items) {
// for (int i = 0; i < items.size(); i++) {
// PrismContainerValueWrapper<ClassLoggerConfigurationType> logger = items.get(i);
// if (MidPointConstants.PROFILING_LOGGER_NAME.equals(((ClassLoggerConfigurationType)logger.getRealValue()).getPackage())) {
// items.remove(logger);
// continue;
// }
// }
return items;
}

Expand Down

0 comments on commit b9e51ae

Please sign in to comment.