getRequest(), name);
config.setSiteNode(navigation.getGWTJahiaNode(getSite(), GWTJahiaNode.DEFAULT_SITE_FIELDS));
setAvailablePermissions(config);
}catch (RepositoryException e) {
logger.error("Cannot get node", e);
throw new GWTJahiaServiceException(e.getMessage());
}
return config;
}