Closed dave-mills closed 1 year ago
I pulled latest code, got below error when perform testing...
I pulled latest code, got below error when perform testing...
Ah, I found this to be annoying too. Try php artisan view:clear
, or merge in the dev branch once the review-init-review branch is merged.
Command "php artisan view:clear" works fine. The fix also works fine. I think it is good to merge now.
Fixes #190.
Minor PR to set the correct default initiative sort settings when there is nothing in the Session storage. Previously the sorting and sort direction were set to 0, which meant there was no selected sort-by and the sort direction didn't work until you hit reset.
Also updated the project factory so the created_at for generated projects is randomised. I used this to check the created_at sort, which works correctly 👍.