890 Commits

Author SHA1 Message Date
Ali Oezyetimoglu
440c64a037 RED-8762: do not update addToDictionaryAction for dossier dictionaries when updating dossier template dictionary ONLY if dossierDictionaryOnly 2024-04-15 13:52:48 +02:00
Ali Oezyetimoglu
63c797d419 RED-8762: do not update addToDictionaryAction for dossier dictionaries when updating dossier template dictionary
(cherry picked from commit 77db059a2ed2fad74c687c7d7c1a7c16722aee1b)
2024-04-15 11:32:46 +02:00
Dominique Eifländer
e19677ad6f RED-8956: Fixed endless loop when flag calculation is required and file is deleted 2024-04-15 10:58:03 +02:00
Ali Oezyetimoglu
245c4b4556 RED-8762: added endpoint to update flag addToDictionary for given type, dossierTemplateId and dossierId 2024-04-11 14:55:51 +02:00
Timo Bejan
bccf902cf6 removed 3.6.x temporary unique constraints 2024-04-11 10:52:12 +03:00
Andrei Isvoran
3746f69e6d RED-8903 - Refactor local add redaction on manual change 2024-04-09 16:37:25 +03:00
Kilian Schuettler
0137d85434 RED-7384: migration fixes
* index files from dossier trash aswell
2024-04-08 11:19:44 +02:00
Kilian Schuettler
16dad29be3 RED-7384: migration fixes
* index files from dossier trash aswell
2024-04-08 10:29:44 +02:00
Kilian Schüttler
f971375c2b RED-7384: migration fixes 2024-04-05 13:39:05 +02:00
Corina Olariu
82f321a00e Merge branch 'RED-8727-updates' into 'release/2.349.x'
RED-8727 - Add rank de-duplication to migration

See merge request redactmanager/persistence-service!425
2024-04-05 10:48:50 +02:00
Kilian Schüttler
d9f5dcd60f RED-7384: migration fixes 2024-04-04 14:56:33 +02:00
Corina Olariu
ec8dd4f260 RED-8727 - Add rank de-duplication to migration
- add an update rank for type query because the updateType will not cover the update of ranks of system managed types (which is not possible for the user)
- update the tests

Signed-off-by: Corina Olariu <corina.olariu.ext@knecon.com>
2024-04-04 15:06:47 +03:00
Corina Olariu
0b2d067c93 RED-8727 - Add rank de-duplication to migration
- add more logs and change the save to saveAndFlush when updating a type

Signed-off-by: Corina Olariu <corina.olariu.ext@knecon.com>
2024-04-04 11:43:55 +03:00
Kilian Schüttler
2a22ecd294 RED-7384: migration fixes 2024-04-03 17:47:05 +02:00
Kilian Schuettler
bf6c362a37 RED-7384: migration fixes
* finalize migration again for "persistence-service-ready": true details
2024-04-03 17:18:25 +02:00
Kilian Schüttler
886193d918 RED-7384: migration fixes 2024-04-03 16:50:22 +02:00
Andrei Isvoran
61f88703bc RED-8776 - Add local redaction when making a manual change to a dict based redaction 2024-04-03 14:55:52 +02:00
Ali Oezyetimoglu
805739bc7a RED-8480: fixed method call 2024-04-02 09:29:02 +02:00
Kilian Schuettler
7ebbed4175 RED-8480: don't merge recategorizations for images, create pending entry instead
* TODO: remove filter in report-service and pdftron-redaction-service
2024-04-02 09:29:02 +02:00
Kilian Schuettler
ca56c4881e RED-8480: don't merge recategorizations for images, create pending entry instead
* TODO: remove filter in report-service and pdftron-redaction-service
2024-04-02 09:29:01 +02:00
Kilian Schuettler
5f3801a811 RED-8480: don't merge recategorizations for images, create pending entry instead
* TODO: remove filter in report-service and pdftron-redaction-service
2024-04-02 09:29:01 +02:00
Ali Oezyetimoglu
efa02af3fb RED-8480: don't merge recategorizations for images, create pending entry instead
* TODO: remove filter in report-service and pdftron-redaction-service
2024-04-02 09:29:00 +02:00
Kilian Schüttler
93e84fe166 RED-7384: Migration fixes 2024-03-28 09:57:27 +01:00
Ali Oezyetimoglu
58975c5ef3 RED-8480: added property value for recategorizations and fixed bugs not updating legal basis and section 2024-03-26 18:02:09 +01:00
Kilian Schüttler
e75140fba5 RED-7384: Migration fixes 2024-03-26 12:52:40 +01:00
Kilian Schüttler
5a6bba3765 RED-7384: migration fixes 2024-03-22 11:05:12 +01:00
Kilian Schüttler
55c4da3505 reorder-log: re-order the pending entries, such that they appear directly... 2024-03-21 08:44:24 +01:00
Ali Oezyetimoglu
1b9eb72814 RED-8820: removed property "value" from recategorize
(cherry picked from commit a5e3c0c98abe5546967dfddcb563b70dd86a3c71)
2024-03-20 18:41:04 +01:00
Ali Oezyetimoglu
3824a25a2c RED-8480: adjusted propertyChanges in manual changes
(cherry picked from commit ed052fa741ed5b1b80ab23dcbc44f7a0664f52ed)
2024-03-20 18:40:00 +01:00
Ali Oezyetimoglu
e5c1126c7e RED-8480: adjusted propertyChanges in manual changes
(cherry picked from commit 8a4c754250e88fa1d5455c10138ef808478eed04)
2024-03-20 18:39:59 +01:00
Ali Oezyetimoglu
abfb88755e RED-8480: integrated legal basis endpoint in recategorize endpoint
(cherry picked from commit 3fde378ade14f6f9f6d9063abc814eacd1b23030)
2024-03-20 18:37:50 +01:00
Dominique Eifländer
e5deee59ce RED-7382: Delete Ner Entities file in saas migration 2024-03-19 12:42:04 +01:00
Corina Olariu
8a03c34a21 RED-8727 - Add rank de-duplication to migration
- reworked after review

Signed-off-by: Corina Olariu <corina.olariu.ext@knecon.com>
2024-03-14 11:38:30 +02:00
Corina Olariu
5ce82d90e5 RED-8727 - Add rank de-duplication to migration
- add RankDeDuplicationMigration16

Signed-off-by: Corina Olariu <corina.olariu.ext@knecon.com>
2024-03-14 11:35:44 +02:00
Corina Olariu
dc7dfe4f3e RED-8727 - Add rank de-duplication to migration
- add RankDeDuplicationService to update the found duplicate ranks
- junit tests added

Signed-off-by: Corina Olariu <corina.olariu.ext@knecon.com>
2024-03-14 11:01:49 +02:00
Dominique Eifländer
320667695f RED-7968: Convert unprocessed manual addToDictionaries to local changes only for approved 2024-03-13 12:24:20 +01:00
Dominique Eifländer
234048ca06 RED-7968: Convert unprocessed manual addToDictionaries to local changes 2024-03-13 12:18:14 +01:00
Dominique Eifländer
d3ab2d66ab RED-7382: Delete section grid for migrated files 2024-03-12 13:17:17 +01:00
Andrei Isvoran
3b448f1fd9 Merge branch 'RED-8707' into 'release/2.349.x'
RED-8707 - Don't remove resize redactions which are not dictionary based when...

See merge request redactmanager/persistence-service!392
2024-03-12 08:41:42 +01:00
Corina Olariu
bf9bf38ac9 Merge branch 'release/2.349.x' into RED-7049-update-bp 2024-03-11 21:34:25 +02:00
Corina Olariu
13733a497a RED-7049 - Wrong error code when adding entity with already existing rank - backport
- fix query

Signed-off-by: Corina Olariu <corina.olariu.ext@knecon.com>
2024-03-11 21:27:58 +02:00
Dominique Eifländer
ccdc1f3ce0 hotfix: saas migration section is null 2024-03-11 16:05:31 +01:00
Dominique Eifländer
f0105efa62 hotfix: fixed to long section value of manual redaction in saas migration 2024-03-11 15:31:08 +01:00
Andrei Isvoran
4e3e8eda6d RED-8707 - Don't remove resize redactions which are not dictionary based when removing dictionary entry 2024-03-11 16:22:56 +02:00
Corina Olariu
aaedac8d12 RED-7049 - Wrong error code when adding entity with already existing rank - backport
- fix query

Signed-off-by: Corina Olariu <corina.olariu.ext@knecon.com>
2024-03-11 15:52:52 +02:00
Corina Olariu
b43fd35a47 RED-7049 - Wrong error code when adding entity with already existing rank - backport
- add a check for duplicate ranks before cloning or exporting a dossier template
- added junit tests

Signed-off-by: Corina Olariu <corina.olariu.ext@knecon.com>
2024-03-11 15:37:01 +02:00
Dominique Eifländer
c3bca638bc RED-8712: Fixed sql statement 2024-03-11 14:11:22 +01:00
Dominique Eifländer
1db7c8f47f hotfix: dossier template level dossier_redactions 2024-03-11 13:08:07 +01:00
Dominique Eifländer
0806218857 hotfix: Fixed liquibase sql statement to insert missing dossier_redaction entity types on dossier template level 2024-03-11 12:10:29 +01:00
Dominique Eifländer
9c6d864027 RED-8712: Remove manual redactions on non existing pages 2024-03-11 10:59:05 +01:00