improve-performance-of-office-data-import (#83)
Co-authored-by: Michael Hoennig <michael@hoennig.de> Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/83 Reviewed-by: Marc Sandlus <marc.sandlus@hostsharing.net>
This commit is contained in:
.run
doc
src
main
java
net
hostsharing
hsadminng
errors
hs
booking
hosting
asset
office
bankaccount
contact
HsOfficeContact.javaHsOfficeContactController.javaHsOfficeContactEntity.javaHsOfficeContactEntityPatcher.javaHsOfficeContactRbacEntity.javaHsOfficeContactRbacRepository.javaHsOfficeContactRealEntity.javaHsOfficeContactRealRepository.java
coopassets
coopshares
debitor
HsOfficeDebitorController.javaHsOfficeDebitorEntity.javaHsOfficeDebitorEntityPatcher.javaHsOfficeDebitorRepository.java
membership
partner
HsOfficePartnerController.javaHsOfficePartnerDetailsEntity.javaHsOfficePartnerEntity.javaHsOfficePartnerEntityPatcher.javaHsOfficePartnerRepository.java
person
relation
HsOfficeRelation.javaHsOfficeRelationController.javaHsOfficeRelationEntity.javaHsOfficeRelationEntityPatcher.javaHsOfficeRelationRbacEntity.javaHsOfficeRelationRbacRepository.javaHsOfficeRelationRealEntity.javaHsOfficeRelationRealRepository.java
sepamandate
mapper
rbac
rbacdef
rbacobject
test
stringify
resources
db
changelog
1-rbac
2-test
201-test-customer
202-test-package
203-test-domain
5-hs-office
504-partner
506-debitor
507-sepamandate
510-membership
511-coopshares
512-coopassets
test
java
net
hostsharing
hsadminng
arch
errors
hs
hosting
asset
migration
office
bankaccount
contact
HsOfficeContactControllerAcceptanceTest.javaHsOfficeContactPatcherUnitTest.javaHsOfficeContactRbacRepositoryIntegrationTest.javaHsOfficeContactRbacTestEntity.javaHsOfficeContactRealTestEntity.javaHsOfficeContactUnitTest.javaTestHsOfficeContact.java
coopassets
coopshares
debitor
HsOfficeDebitorControllerAcceptanceTest.javaHsOfficeDebitorEntityPatcherUnitTest.javaHsOfficeDebitorEntityUnitTest.javaHsOfficeDebitorRepositoryIntegrationTest.javaTestHsOfficeDebitor.java
membership
partner
HsOfficePartnerControllerAcceptanceTest.javaHsOfficePartnerControllerRestTest.javaHsOfficePartnerDetailsEntityPatcherUnitTest.javaHsOfficePartnerEntityPatcherUnitTest.javaHsOfficePartnerEntityUnitTest.javaHsOfficePartnerRepositoryIntegrationTest.javaTestHsOfficePartner.java
relation
HsOfficeRelationControllerAcceptanceTest.javaHsOfficeRelationPatcherUnitTest.javaHsOfficeRelationRepositoryIntegrationTest.javaHsOfficeRelationUnitTest.java
sepamandate
rbac
@@ -219,8 +219,8 @@ begin
|
||||
return NEW;
|
||||
end if;
|
||||
|
||||
raise exception '[403] insert into hs_office_partner not allowed for current subjects % (%)',
|
||||
currentSubjects(), currentSubjectsUuids();
|
||||
raise exception '[403] insert into hs_office_partner values(%) not allowed for current subjects % (%)',
|
||||
NEW, currentSubjects(), currentSubjectsUuids();
|
||||
end; $$;
|
||||
|
||||
create trigger hs_office_partner_insert_permission_check_tg
|
||||
|
Reference in New Issue
Block a user