We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea80f3f commit 0dda3b4Copy full SHA for 0dda3b4
ui5/eve7/controller/Main.controller.js
@@ -17,7 +17,7 @@ sap.ui.define(['sap/ui/core/Component',
17
return Controller.extend("rootui5.eve7.controller.Main", {
18
onInit: function () {
19
this.mgr = new EveManager();
20
- // this.initClientLog();
+ this.initClientLog();
21
22
let conn_handle = Component.getOwnerComponentFor(this.getView()).getComponentData().conn_handle;
23
this.mgr.UseConnection(conn_handle);
0 commit comments