Skip to content

Commit b73f04d

Browse files
1 parent e3481cc commit b73f04d

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

src/02/z2ui5.wapa.component.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ sap.ui.define(["sap/ui/core/UIComponent", "z2ui5/model/models","z2ui5/cc/Server"
44
metadata: {
55
manifest: "json"
66
},
7-
init: async function () {
8-
7+
async init() {
98
UIComponent.prototype.init.apply(this, arguments);
109

1110
if (typeof z2ui5 == 'undefined'){

src/02/z2ui5.wapa.controller_-app.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sap.ui.define(["sap/ui/core/mvc/Controller",
33
], function (BaseController, Controller) {
44
return BaseController.extend("z2ui5.controller.App", {
55

6-
onInit: async function () {
6+
onInit() {
77

88
z2ui5.oOwnerComponent = this.getOwnerComponent();
99
z2ui5.oConfig.pathname = z2ui5.oOwnerComponent.getManifest()["sap.app"].dataSources.http.uri;

src/02/z2ui5.wapa.manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"applicationVersion": {
77
"version": "0.0.1"
88
},
9-
"title": "{{appTitle}}",
10-
"description": "{{appDescription}}",
9+
"title": "",
10+
"description": "",
1111
"resources": "resources.json",
1212
"sourceTemplate": {
1313
"id": "@sap/generator-fiori:basic",
@@ -30,7 +30,7 @@
3030
"z2ui5-display": {
3131
"semanticObject": "z2ui5",
3232
"action": "display",
33-
"title": "{{flpTitle}}",
33+
"title": "",
3434
"signature": {
3535
"parameters": {},
3636
"additionalParameters": "allowed"

0 commit comments

Comments
 (0)