]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
DRYD-961: Added code to prevent more than one contact per authority term from being...
authorRichard Millet <remillet@gmail.com>
Mon, 12 Apr 2021 15:00:05 +0000 (08:00 -0700)
committerRichard Millet <remillet@gmail.com>
Mon, 12 Apr 2021 15:00:05 +0000 (08:00 -0700)
commit43346a4f7f4816ac54e1ecd6afa7a756c51460ca
tree32387c1d37d73b5d6acc186fde0d53f610ce85b5
parentbf5392de629115dc997103037fadca09e4ef4922
DRYD-961: Added code to prevent more than one contact per authority term from being created.  Services will now return 409 if a client attempts to create a second contact.
services/IntegrationTests/src/main/resources/log4j2-surefire.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/authority/authority.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/authority/contactSubresource.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/authority/personitemWithContact1.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/authority/personitemWithContact2.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/authority/res/contactItems.res.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/authority/res/personItemsWithContact.res.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/xml-replay-master.xml
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResourceWithContacts.java
services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthorityServiceTest.java