-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User list not working #341
Comments
Hi @misiekch! Thank you for the report, and sorry for the trouble. Your investigation was correct 👌 Setting For local development you should set I'll close this one for now, since it's not a real bug. |
Hi @promatik Setting app_env to 'local' results in setting dev_mode to true (in basset.php) which i don't want to because it gives me physical paths to assets when including them. I am developing/testing on local server so i cannot use physical paths. The actual problem was with showing filters - which i don't want to so far - but i have dealt with that by overriding user controller and removing filters from the user list. |
Bug report
What I did:
I installed Backpack PermissionManager package and when I try to open the user list I get the below error.
What I expected to happen:
See the user list.
What happened:
I am getting error.
What I've already tried to fix it:
After investigation i found out that this is related to backback_pro method which should return false (i am not using pro yet) and disable showing filters. At the moment backpack_pro() is giving me true because i have app_env set to 'testing'.
Backpack, Laravel, PHP, DB version:
backpack/crud 6.2.3
backpack/permissionmanager 7.1.0
laravel/framework 10.28.0
PHP 8.2.9
The text was updated successfully, but these errors were encountered: