We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd62000 commit 01ff79fCopy full SHA for 01ff79f
srv/src/main/java/my/bookshop/handlers/HierarchyExpandHandler.java
@@ -30,7 +30,7 @@
30
@Profile("hybrid")
31
public class HierarchyExpandHandler implements EventHandler {
32
33
- @On(entity = GenreHierarchy_.CDS_NAME)
+// @On(entity = GenreHierarchy_.CDS_NAME)
34
void removeExpand(CdsReadEventContext event) {
35
List<CqnTransformation> trafos = event.getCqn().transformations();
36
if (trafos.size() < 1) {
0 commit comments