Adds a form to collect user reported issues.
Issues are added to logs.
A link is added to the page that needs to be fixed.
Upon returning to the page the issue is presented to the reviewer.

This project is not covered by Drupal’s security advisory policy.

A module that lets users report errors on your site to the administrators. Puts a block with a form on the page that asks "Please report any issues you find so we can fix them. Thanks!". Once they fill in the form describing the error it stores a row in watchdog. In the watchdog row there is a link back to the page where the issue was reported. The issue is displayed at the top of the page so the developer has a note displaying the work that needs to be done.

Installation

Require the module with composer, enable, and Look for the Issue Queue Block in Structure->Block layout and add it to a Region.

Next Release

  • Only show the Page field if a checkbox for external links is clicked in the block config so you can report on other sites.
  • Fill in README.md
  • Add role permissions.
  • Allow the User to adjust the "Please report any issues you find so we can fix them. Thanks!"

Project information

Releases