- Issue created by @rhovland
- Merge request !9Issue #3514102 by rhovland: Add a "Write your own review" button on review list page β (Open) created by rhovland
- πΊπΈUnited States rhovland Oregon
There was several situations where the add review button should have been displayed but wasn't, or was displayed but shouldn't.
I moved the review type and already reviewed check out of reviewForm() into accessReviewForm() so the "Add your own review" link only shows up when all access checks pass.
I also in a separate commit allowed anonymous users to access the form, where they will be redirected to login so the add link appears to them. This is to invite users to login and leave a review when on the product's review page. The redirect could only be done on the form due to limitations on how drupal handles route access.