File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
srv/src/main/java/my/bookshop/handlers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818
1919import cds .gen .adminservice .AdminService_ ;
2020import cds .gen .adminservice .GenreHierarchy ;
21- import cds .gen .adminservice .GenreHierarchyMoveSiblingActionContext ;
21+ import cds .gen .adminservice .GenreHierarchyMoveSiblingContext ;
2222import cds .gen .adminservice .GenreHierarchy_ ;
2323
2424@ Component
@@ -36,7 +36,7 @@ public class HierarchySiblingActionHandler implements EventHandler {
3636 }
3737
3838 @ On (entity = GenreHierarchy_ .CDS_NAME )
39- void onMoveSiblingAction (GenreHierarchyMoveSiblingActionContext event ) {
39+ void onMoveSiblingAction (GenreHierarchyMoveSiblingContext event ) {
4040 CqnSelect select = event .getCqn ();
4141 // Get ID of the entry that is being moved
4242 String idToMove = (String ) CqnAnalyzer .create (event .getModel ()).analyze (select ).targetKeys ()
You can’t perform that action at this time.
0 commit comments