lp title fix (#1210)

This commit is contained in:
oblomov 2024-06-17 12:40:33 +02:00 committed by GitHub
parent f89fc014ce
commit f60e44c178
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ CLASS z2ui5_cl_cc_lp_title IMPLEMENTATION.
` setTitle(val) {` && |\n| &&
` try { ` && |\n| &&
` this.setProperty("title", val);` && |\n| &&
` z2ui5.oLaunchpadService.setTitle( val );` && |\n| &&
` sap.z2ui5.oLaunchpadService.setTitle( val );` && |\n| &&
` } catch (e) { console.error("Launchpad Service to set Title not found"); }` && |\n| &&
` },` && |\n| &&
` renderer(oRm, oControl) {}` && |\n| &&