Provides list of failed jobs to each form through drupal views.
Require it with composer:
composer require "itk-dev/os2forms_failed_jobs"
Enable it with drush:
drush pm:enable os2forms_failed_jobs
A new tab should appear in each webforms results menu.
- All failed jobs from advanced queue related to the webform are displayed.
- Each job can be retried which will re-queue the job in the advanced queue.
Run phpcs with the provided configuration:
composer coding-standards-check
// Apply coding standards
composer coding-standards-apply