maverickstuder
7b8730f2ef
RED-8848: When cloning a dossier template some flags are not set correctly
...
* setting the missing flags from present dossier template when cloning
2024-05-22 11:32:19 +02:00
Kilian Schüttler
2274bb73a0
Merge branch 'RED-9042-bp' into 'release/2.349.x'
...
RED-9042-bp: merge manual-legal-basis-change functionality into recategorize
See merge request redactmanager/persistence-service!471
2024-05-07 15:16:05 +02:00
maverickstuder
0824e91dad
RED-8908: DM: Opening a file in error state triggers reanalysis
...
* disable reanalysis on error state
2024-05-07 09:24:09 +02:00
Kilian Schuettler
c9d243cdf2
RED-9042-bp: merge manual-legal-basis-change functionality into recategorize
...
* break recategorization logic because somebody thinks that's "correct"
2024-04-26 12:54:39 +02:00
Kilian Schuettler
29fc2b63c2
RED-9042-bp: merge manual-legal-basis-change functionality into recategorize
...
* fix nullpointer in isHint
2024-04-25 17:45:37 +02:00
Ali Oezyetimoglu
4216736c1b
RED-9042: merge legal basis into recategorize
2024-04-25 17:13:07 +02:00
Kilian Schuettler
568e9e3e41
hotfix: don't stop migration on deleted files
2024-04-25 10:21:49 +02:00
Dominique Eifländer
7f04fa0b28
hotfix: fixed startup problem
2024-04-19 09:27:48 +02:00
Ali Oezyetimoglu
f4e9a35a12
Merge branch 'RED-8480-bp2' into 'release/2.349.x'
...
RED-8480: differenciate between recategorize and legal basis change
See merge request redactmanager/persistence-service!455
2024-04-18 15:41:04 +02:00
Dominique Eifländer
ea77ab7a8e
hotfix: Fixed missing transaction
2024-04-18 13:23:03 +02:00
Dominique Eifländer
e9e11e05d0
hotfix: Do not schedule files from hard deleted dossiers, update files harddeletedTime if not set
2024-04-18 13:17:50 +02:00
Dominique Eifländer
c73ff14d5f
hotfix: Fixed statup
2024-04-18 12:08:01 +02:00
Ali Oezyetimoglu
a271dc9c12
RED-8480: small fixes and tests
2024-04-18 11:42:39 +02:00
Dominique Eifländer
a4854c04a7
hotfix: Do not retry hard deleted files in saas migration
2024-04-18 10:42:58 +02:00
Dominique Eifländer
05a4ec7a2a
hotfix: fixed not working unittests
2024-04-18 10:30:05 +02:00
Dominique Eifländer
ba82b94db0
hotfix added endpoint to restart zip all files for saas migration
2024-04-18 09:47:47 +02:00
Dominique Eifländer
c636a67277
hotfix: do not run saas migration for harddeleted files
2024-04-17 13:13:48 +02:00
Ali Oezyetimoglu
ffe8caaeea
RED-8762: fixed path variable
2024-04-17 09:38:18 +02:00
Ali Oezyetimoglu
0a7108c152
RED-8480: differenciate between recategorize and legal basis change
2024-04-16 18:14:33 +02:00
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
10be0bd828
RED-8762: removed unnecessary consumes from new changeFlags endpoint and added dossierId as path variable
2024-04-11 16:21:14 +02:00
Ali Oezyetimoglu
fb6b0e29f3
RED-8762: removed unnecessary consumes from new changeFlags endpoint
2024-04-11 16:16:18 +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