Closed kjporter closed 1 month ago
App\Http\Controllers\TrainerFeedback not found
- Saving feedback redirects to home page on main site, not controller dashboard
- Updating saved feedback returns an error
- Viewing anonymous feedback in the manage page is a little weird
- Public link (https://qa-2.ztlartcc.org/trainer_feedback/new) does not work -
App\Http\Controllers\TrainerFeedback not found
@iccowan thanks - those have all been corrected.
When saving from the public site, it logs in the user and does not save the ticket. There may be some kind of authentication mixup happening on the backend
When saving from the public site, it logs in the user and does not save the ticket. There may be some kind of authentication mixup happening on the backend
Fixed - it was a routing issue. Moved the save routine route so it will work properly.
This PR will: