Skip to content

Commit 00a0124

Browse files
committed
removes formatters
1 parent 49a115c commit 00a0124

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

webapp/view/Detail.view.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@
3232
<ObjectStatus text="{
3333
path: 'Status',
3434
formatter: '.formatStateText'
35-
}"
36-
icon="{
37-
path: 'Status',
38-
formatter: '.formatter.stateIcon'
39-
}"
40-
state="{
41-
path: 'Status',
42-
formatter: '.formatter.state'
4335
}" />
4436
</statuses>
4537
</ObjectHeader>

webapp/view/Master.view.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,6 @@
5959
</Toolbar>
6060
</infoToolbar>
6161
<items>
62-
<!--number="{-->
63-
<!--path: 'EstimatedCost/Value',-->
64-
<!--type: 'sap.ui.model.type.Currency',-->
65-
<!--formatOptions: {-->
66-
<!--source: {-->
67-
<!--groupingSeparator: '',-->
68-
<!--decimalSeparator: '.'-->
69-
<!--}-->
70-
<!--}-->
71-
<!--}"-->
7262
<ObjectListItem
7363
type="{= ${device>/system/phone} ? 'Active' : 'Inactive'}"
7464
press="onSelectionChange"
@@ -85,14 +75,6 @@
8575
<ObjectStatus text="{
8676
path: 'Status',
8777
formatter: '.formatStateText'
88-
}"
89-
icon="{
90-
path: 'Status',
91-
formatter: '.formatter.stateIcon'
92-
}"
93-
state="{
94-
path: 'Status',
95-
formatter: '.formatter.state'
9678
}" />
9779
</firstStatus>
9880
</ObjectListItem>

0 commit comments

Comments
 (0)