Render only consent form when user has pending consent decisions

Review Request #9974 — Created May 23, 2018 and submitted — Latest diff uploaded

Information

Review Board
release-3.0.x
144be98...

Reviewers

When a user has pending consent decisions or have not accepted the policy
requirements (if set), the My Account page will only render the privacy
form. This is to prevent users from navigating to another page and
failing to complete the form.

Additionally, if a user is redirected to this form to complete consent
decisions, they will be redirected to the original page once they have
completed them.

  • Ran unit tests.
  • Manually tested form submission and was redirected correctly.
    Loading...