-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: iOS 1.16, Android 1.13
-
Component/s: None
-
Tags:
-
Sprint:nxfit 10.2.3
-
Story Points:2
Following NXP-24824, when opening in the browser a doc link based on the path and clicking on "Open in app" from the login page, we should now be redirected to the document.
For instance with http://localhost:8080/nuxeo/ui/#!/browse/default-domain/workspaces/Test%20WS
Yet the app fails to fetch the document since the repository.fetch call encodes the path which results in a path encoded twice, in this case /Test%2520WS.
=> We need to decode the docRef and repositoryName passed in the URL.
- is related to
-
NXP-24824 Correct mobile redirect (open in app) to allow opening the right document
- Resolved