We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GIVEN the My details page in MyRSR WHEN the page is opened THEN the url should be /myrsr/details
/myrsr/details
GIVEN the old link /myrsr/ WHEN this is visited THEN the user should be redirected to the new URL
/myrsr/
For mapping url's in Supporthero we need the full url of My details.
Current situation http://rsr.akvo.org/en/myrsr/
Desired situation http://rsr.akvo.org/en/myrsr/details
The text was updated successfully, but these errors were encountered:
b7d5a25
KasperBrandt
No branches or pull requests
Test plan
GIVEN the My details page in MyRSR
WHEN the page is opened
THEN the url should be
/myrsr/details
GIVEN the old link
/myrsr/
WHEN this is visited
THEN the user should be redirected to the new URL
Issue description
For mapping url's in Supporthero we need the full url of My details.
Current situation
http://rsr.akvo.org/en/myrsr/
Desired situation
http://rsr.akvo.org/en/myrsr/details
The text was updated successfully, but these errors were encountered: