As an event organizer who is trying to edit my event registration information, I want to be redirected to the wiki of the my event, so that I can successfully edit my event registration information.
Acceptance Criteria:
- Given an event organizer goes to the Special:EditEventRegistration/{eventID}
- Or if they go to Special:MyEvents (Kebab menu "Edit Registration")
- And the event ID does not belong to the wiki where the user is trying to access the page
- Then we display the following text: "Please edit the event registration details on [wiki name], the wiki where the event was created."
- Hyperlink to the proper wiki Special:EditEventRegistration/{eventID} on the following text: "edit the event registration details on [wiki name]"
- Note that the wiki name should be displayed as a URL (such as en.wikipedia.org) rather than the DB name
- Hyperlink to the proper wiki Special:EditEventRegistration/{eventID} on the following text: "edit the event registration details on [wiki name]"
- Then we display the following text: "Please edit the event registration details on [wiki name], the wiki where the event was created."
- And the event ID does not belong to the wiki where the user is trying to access the page
Design
Design specs