Skip to content

Commit

Permalink
Update step-23-filtering-5295470.md
Browse files Browse the repository at this point in the history
Removing the formatter property in the controller.
The formatter property is not used (even from the associated view) and is assigned a nonexistent value. 
It seems that it is a leftover from an old version which no longer has any reason to exist; now
formatter modules are directly loaded into the view via sap.ui.core.require.
  • Loading branch information
depth1 authored Nov 18, 2024
1 parent 215dc37 commit aeb5e31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/03_Get-Started/step-23-filtering-5295470.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ sap.ui.define([
"use strict";

return Controller.extend("ui5.walkthrough.controller.InvoiceList", {
formatter: formatter,

onInit() {
const oViewModel = new JSONModel({
currency: "EUR"
Expand Down

0 comments on commit aeb5e31

Please sign in to comment.