Skip to content

Commit

Permalink
Merge pull request #143 from distareza/patch-2
Browse files Browse the repository at this point in the history
Update step-4-quick-filter-for-the-worklist-85ec3a9.md
  • Loading branch information
LilyanaOviPe authored Sep 13, 2024
2 parents ced921d + 5014022 commit 2d91db8
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ You can view and download all files in the Demo Kit at [Worklist App - Step 4](h

```xml
<mvc:View
controllerName="myCompany.myApp.controller.Worklist"
controllerName="mycompany.myapp.MyWorklistApp.controller.Worklist"
xmlns="sap.m"
xmlns:mvc="sap.ui.core.mvc"
xmlns:semantic="sap.m.semantic"
xmlns="sap.m">
<semantic:FullscreenPage
xmlns:semantic="sap.f.semantic">

<semantic:SemanticPage
id="page"
navButtonPress="onNavBack"
showNavButton="true"
Expand Down Expand Up @@ -80,7 +81,7 @@ You can view and download all files in the Demo Kit at [Worklist App - Step 4](h
id="shareEmail"
press="onShareEmailPress"/>
</semantic:sendEmailAction>
</semantic:FullscreenPage>
</semantic:SemanticPage>
</mvc:View>

```
Expand Down

0 comments on commit 2d91db8

Please sign in to comment.