Skip to content

Commit

Permalink
Fixed ESPM model sorter path
Browse files Browse the repository at this point in the history
  • Loading branch information
navinkrishnan committed Mar 30, 2017
1 parent 405506f commit a7875d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espm-cloud-web/src/main/webapp/webshop/view/Home.view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
tooltip="{i18n>home.cart}"/>
</headerContent>
<content>
<Table selectionMode="MultiToggle" rowSelectionChange="onItemPressed" class="sapUiResponsiveMargin" growing="true" growingScrollToLoad="true" id="catalogTable" noDataText="{i18n>home.noDataProducts}" items="{path: 'EspmModel>/Products', sorter: {path: 'EspmModel>Name', descending: false}}" updateFinished="onUpdateFinished" width="auto" enableBusyIndicator="true">
<Table selectionMode="MultiToggle" rowSelectionChange="onItemPressed" class="sapUiResponsiveMargin" growing="true" growingScrollToLoad="true" id="catalogTable" noDataText="{i18n>home.noDataProducts}" items="{path: 'EspmModel>/Products', sorter: {path: 'Name', descending: false}}" updateFinished="onUpdateFinished" width="auto" enableBusyIndicator="true">
<headerToolbar>
<OverflowToolbar id="tableToolbar">
<Title id="catalogTitle" text="{catalogTitle}" visible="{= !${device>/system/phone}}"/>
Expand Down

0 comments on commit a7875d3

Please sign in to comment.