@Override
 public boolean validateContextEntryAndShowError(
     ContextEntry ce, UserRequest ureq, WindowControl wControl) {
   return repositoryModule.isCatalogEnabled();
 }