Motivation
Not all people use javascript, but it should be possible to have a confirmation prompt no matter your technical configurations. Therefore we need a special page to redirect to in case people don't have js enabled, but opted-in to the feature
Mock
Acceptance Criteria
- There is a page that people are being led to if they click on "rollback", have the confirmation feature enabled, but js disabled. The page has the content as described in the mock
- When clicking on "rollback", the rollback action should be performed and the user should be redirected to the page where they initially clicked the "rollback" link
- People without rollback rights should still not be able to perform rollbacks.
Notes
- Thanks solves this by using a special page (e.g. https://en.wikipedia.org/wiki/Special:Thanks/<revision id (?)>). I don't know why. Maybe @thiemowmde knows more?