From b150139494607d17d61a129ec1e4fe523a86a31a Mon Sep 17 00:00:00 2001 From: anitamalina <71383336+anitamalina@users.noreply.github.com> Date: Mon, 20 Apr 2026 13:12:16 +0200 Subject: [PATCH] Add core namespace to XML view examples Added `xmlns:core="sap.ui.core"` to `InvoiceList.view.xml` otherwise the UI won't render. --- packages/walkthrough/steps/24/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/walkthrough/steps/24/README.md b/packages/walkthrough/steps/24/README.md index f54b568e7..76ea9d6de 100644 --- a/packages/walkthrough/steps/24/README.md +++ b/packages/walkthrough/steps/24/README.md @@ -40,6 +40,7 @@ We add a declarative sorter to the binding syntax of the list control. Therefore