Skip to content

Commit

Permalink
Merge pull request #66 from lirudayam/patch-1
Browse files Browse the repository at this point in the history
Add missing code fragment in sample based on customer feedback
  • Loading branch information
DivyaVD authored Jul 7, 2023
2 parents 4e5e3e7 + d57aee1 commit 4f9c080
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,16 @@ You can define an external navigation using intent-based navigation in the `mani
> ```json
> {
>
>
> "sap.app": {
> "crossNavigation": {
> "outbounds": {
> "ProductDetails": {
> "semanticObject": "ProductDetails",
> "action": "manage"
> }
> }
> }
> },
> "sap.ui5": {
> ....
> ....
Expand Down

0 comments on commit 4f9c080

Please sign in to comment.