- remove dossierId from the endpoints of creating, updating and deleting type.
- when a type is updated / deleted all dossier levels will be updated/deleted
- when adding / deleting entries check for dossier level types and create them if needed
- update junit tests
Merge in RED/persistence-service from RED-6485 to master
* commit 'b9e6e63c2ff3b33319511760ec974e96f72b4658':
RED-6485 - Dossier-only entity setting in the dossier template - add to flag to type entity to indicate if it is dossier dictionary only - prevent update of that flag - return the added information to dictionary and type result - update junit tests
- add to flag to type entity to indicate if it is dossier dictionary only
- prevent update of that flag
- return the added information to dictionary and type result
- update junit tests
Merge in RED/persistence-service from RED-6072 to master
* commit 'eff8eeaf03f76c12ca700ff4bb4f7688c291fab6':
RED-6072 - As Operation I want to see why files are in an ERROR state - update junit tests
RED-6072 - As Operation I want to see why files are in an ERROR state - add @Transactional for the update
RED-6072 - As Operation I want to see why files are in an ERROR state - update the new endpoints with different path than the original endpoints
RED-6072 - As Operation I want to see why files are in an ERROR state - set back the initial endpoints for backward compatibility
RED-6072 - As Operation I want to see why files are in an ERROR state - update junit test
RED-6072 - As Operation I want to see why files are in an ERROR state - add to file entity and models information about the error state - update endpoints with the error information in case of failure
- validate the watermark color and in case of missing setting set the default one to black
- also set a default opacity in case the setting is an invalid one
Merge in RED/persistence-service from RED-3800-fix-permissions to master
* commit '4b941397df3d4de38923569ac983f0c35d9276dd':
RED-3800 - sync custom permissions and KC users based on CRON and do it more often
Merge in RED/persistence-service from RED-5504 to master
* commit '663770bf9b262c30af3f5c9ccf034bea65100dc2':
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants - remove tenantsHostAndSchemaMap - update junit test
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants - update junit test
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants - add junit test
RED-5504 - Prevent using exact same database schema/buckets/index for multiple tenants - add unique constraints to tenants table