HZ-HBO-ICT / it-conference

Official repository for the IT-Conference
https://weareinittogether.nl
MIT License
5 stars 0 forks source link

Bug: "current totals" dashboard blocks route to a nonexisting controller method #428

Open dwaard opened 1 month ago

dwaard commented 1 month ago

Describe the bug All the dashboard blocks in the "Current totals" section lead to a non existing Controller method: App\Http\Controllers\Crew\CrewController::showList()

To Reproduce Steps to reproduce the behavior:

  1. Log in as event organizer
  2. Go to the dashboard
  3. Click on any of the links in the Current totals blocks
  4. See error

Expected behavior A page should be shown that displays a list of the resource

Screenshots The page: image

The error: image

Desktop (please complete the following information): N/A

Smartphone (please complete the following information): N/A

Additional context I suggest to either merge the "pending requests" and "current totals" blocks, since the resource indexes are also showing both requested and approved resources (if present)