Commit 4dfe014
committed
Hide the fact that we are duplicating series labels better
Seriously, though: The way series categories work with MCA is broken; cf. #648.
This fixes a superficial symptom of that fact, namely #634,
but it doesn't address the underlying problem of infinitely duplicating labels.
The problem with the old code was that the deleted labels are still included
in the response in their undeleted form.
This patch just updates them in the response collection in-place.1 parent 03e1aaf commit 4dfe014
File tree
1 file changed
+1
-3
lines changed- opencast-backend/annotation-impl/src/main/java/org/opencast/annotation/impl/persistence
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
950 | 950 | | |
951 | 951 | | |
952 | 952 | | |
953 | | - | |
954 | | - | |
955 | | - | |
| 953 | + | |
956 | 954 | | |
957 | 955 | | |
958 | 956 | | |
| |||
0 commit comments