Menu

#1538 Query all pending requests

open
nobody
None
1
2018-06-25
2018-06-24
No

Hello,

As we wrap the year we have many pending requests that needs to be deleted or cleared from teh database is there a way to delete the requests without send an automatic email notification to the submitter? Thanks

Discussion

  • Campbell Morrison

    Yes, the best way would be to use the "bulk delete" button on the Report page. You'll need to make sure it is enabled by setting in your config file:

    $auth['show_bulk_delete'] = true;
    

    Then login as an admin and go to the Report page. Run a report selecting those "Awaiting approval" and then click the "Delete entries" button. This will delete all those entries that appear in that report.

     
  • Mona AbdelHady

    Mona AbdelHady - 2018-06-25

    Thanks Campbell. This won't send an email notification? Also I don't know what going on with my reports page, when I select Run Report it brings back the number of entries and then a processing status and nothing happens. Please see screenshot attached.

     
  • Campbell Morrison

    No, this won't send an email notification.

    The frozen "processing" message will be caused by an error of some kind. Have a look in your JavaScript console to see if you are getting any JavaScript errors. The other thing to try is to disable JavaScript in your browser and see if you get errors on the page.

    Alternatively, upgrade to the latest release ;)