Commit 3f22885
committed
fix: correct JPQL field name subThemeDiscriminatorValue → subTheme in JPADAO queries
The field was renamed in CMSPage entity in commit 02debd5 (refs #27710),
but three JPQL queries in JPADAO and the corresponding test assertions were
not updated, causing an IllegalArgumentException at runtime.
refs #277101 parent b022ac9 commit 3f22885
2 files changed
Lines changed: 6 additions & 5 deletions
File tree
- goobi-viewer-core/src
- main/java/io/goobi/viewer/dao/impl
- test/java/io/goobi/viewer/dao/impl
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4534 | 4534 | | |
4535 | 4535 | | |
4536 | 4536 | | |
4537 | | - | |
| 4537 | + | |
| 4538 | + | |
4538 | 4539 | | |
4539 | 4540 | | |
4540 | 4541 | | |
| |||
4615 | 4616 | | |
4616 | 4617 | | |
4617 | 4618 | | |
4618 | | - | |
| 4619 | + | |
4619 | 4620 | | |
4620 | 4621 | | |
4621 | 4622 | | |
| |||
4625 | 4626 | | |
4626 | 4627 | | |
4627 | 4628 | | |
4628 | | - | |
| 4629 | + | |
4629 | 4630 | | |
4630 | 4631 | | |
4631 | 4632 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2138 | 2138 | | |
2139 | 2139 | | |
2140 | 2140 | | |
2141 | | - | |
| 2141 | + | |
2142 | 2142 | | |
2143 | 2143 | | |
2144 | 2144 | | |
| |||
2161 | 2161 | | |
2162 | 2162 | | |
2163 | 2163 | | |
2164 | | - | |
| 2164 | + | |
2165 | 2165 | | |
2166 | 2166 | | |
2167 | 2167 | | |
| |||
0 commit comments