Skip to content

Commit a757561

Browse files
cloud profile
1 parent ddfb4e2 commit a757561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

srv/src/main/java/my/bookshop/handlers/AdminServiceHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public void restoreCoversUpId(CqnStructuredTypeRef ref, BooksCovers cover) {
306306
@On(event = CqnService.EVENT_READ, entity = Info_.CDS_NAME)
307307
public Info readInfo() {
308308
Info info = Info.create();
309-
info.setHideTreeTable(!env.matchesProfiles("hybrid"));
309+
info.setHideTreeTable(!env.matchesProfiles("cloud"));
310310
return info;
311311
}
312312

srv/src/main/java/my/bookshop/handlers/HierarchySiblingActionHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/**
2727
* Example of a custom handler for nextSiblingAction
2828
*/
29-
@Profile("hybrid")
29+
@Profile("cloud")
3030
public class HierarchySiblingActionHandler implements EventHandler {
3131

3232
private final PersistenceService db;

0 commit comments

Comments
 (0)