From fcb97b94c9255ee4e27ac2e8f37d4cd632249230 Mon Sep 17 00:00:00 2001 From: axelmohnen Date: Tue, 27 Jun 2023 10:35:26 +0200 Subject: [PATCH] FilterBar: Namespace was missing (#315) * TreeTable: new parameters API Reference: sap.ui.table.TreeTable New parameters for TreeTable and TreeColumn * Update src/z2ui5_cl_xml_view.clas.abap Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com> * Update src/z2ui5_cl_xml_view.clas.abap Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com> * Update src/z2ui5_cl_xml_view.clas.abap Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com> * FilterBar: Namespace "fb" was missing FilterBar: Namespace "fb" was missing: xmlns:fb="sap.ui.comp.filterbar" * Update src/z2ui5_cl_xml_view.clas.abap Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com> --------- Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com> Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com> --- src/z2ui5_cl_xml_view.clas.abap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/z2ui5_cl_xml_view.clas.abap b/src/z2ui5_cl_xml_view.clas.abap index e3d4e323..b00281be 100644 --- a/src/z2ui5_cl_xml_view.clas.abap +++ b/src/z2ui5_cl_xml_view.clas.abap @@ -1246,7 +1246,8 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION. ( n = `xmlns:uxap` v = `sap.uxap` ) ( n = `xmlns:sap` v = `sap` ) ( n = `xmlns:text` v = `sap.ui.richtextedito` ) - ( n = `xmlns:html` v = `http://www.w3.org/1999/xhtml` ) ). + ( n = `xmlns:html` v = `http://www.w3.org/1999/xhtml` ) + ( n = `xmlns:fb` v = `sap.ui.comp.filterbar` ) ). ENDMETHOD.