diff --git a/src/01/03/z2ui5_cl_app_app_js.clas.abap b/src/01/03/z2ui5_cl_app_app_js.clas.abap index bd4af631..dbf8eb1a 100644 --- a/src/01/03/z2ui5_cl_app_app_js.clas.abap +++ b/src/01/03/z2ui5_cl_app_app_js.clas.abap @@ -227,6 +227,7 @@ CLASS z2ui5_cl_app_app_js IMPLEMENTATION. ` z2ui5.onBeforeRoundtrip.push(this.setBackend.bind(this));` && |\n| && ` },` && |\n| && `` && |\n| && + ` renderer(oRm, oControl) {` && |\n| && ` if (!z2ui5.treeState) return;` && |\n| && ` setTimeout((id) => {` && |\n| && ` z2ui5.oView.byId( id ).getBinding('items').setTreeState( z2ui5.treeState );` && |\n| && @@ -517,9 +518,9 @@ CLASS z2ui5_cl_app_app_js IMPLEMENTATION. ` defaultValue: true` && |\n| && ` },` && |\n| && ` checkDirectUpload: {` && |\n| && - ` type: "boolean",` && |\n| && |\n|. result = result && + ` type: "boolean",` && |\n| && ` defaultValue: false` && |\n| && ` }` && |\n| && ` },` && |\n| &&