Mentions légales du service

Skip to content
Snippets Groups Projects

Release/10.0.0

Merged nicolas ronceray requested to merge release/10.0.0 into master
6 files
+ 14
15
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -74,7 +74,7 @@ public class SecuredOrganizationServiceImpl implements OrganizationService {
if (gazelleIdentity.isLoggedIn() && gazelleIdentity.hasPermission("any-orga", "update"))
return organizationService.updateOrganization(keyword, institution);
else
throw new OrganizationServiceException("Current Identity is unauthorized to create an organization");
throw new OrganizationServiceException("Current Identity is unauthorized to update an organization");
}
}
\ No newline at end of file
Loading