-
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
htmlspecialchars(): Argument #1 ($string) must be of type string, Closure given #362
Comments
Hello there! Thanks for opening your first issue on this repo! Just a heads-up: Here at Backpack we use Github Issues only for tracking bugs. Talk about new features is also acceptable. This helps a lot in keeping our focus on improving Backpack. If you issue is not a bug/feature, please help us out by closing the issue yourself and posting in the appropriate medium (see below). If you're not sure where it fits, it's ok, a community member will probably reply to help you with that. Backpack communication mediums:
Please keep in mind Backpack offers no official / paid support. Whatever help you receive here, on Gitter, Slack or Stackoverflow is thanks to our awesome awesome community members, who give up some of their time to help their peers. If you want to join our community, just start pitching in. We take pride in being a welcoming bunch. Thank you! -- |
Thanks for the report @fardeen7337 There was no way to filter out the checklist_dependency options you are right, and I've need this myself in the past 🫨 I've added the ability to customize the query of the checklist_dependency inputs in Laravel-Backpack/CRUD#5650 and will tag a new version with the changes later today or tomorrow. Cheers |
Hello,
I'm working on a Laravel project using Backpack and the Backpack PermissionManager package. I'm encountering a couple of issues related to field configurations in Backpack.
I can't do changing in the Roles table because it's access from vendor folder
checklist_dependency Field: I need to filter roles to show only specific ones (e.g., roles with the name != 'super admin')
I have added this line but getting error htmlspecialchars(): Argument #1 ($string) must be of type string, Closure given
The text was updated successfully, but these errors were encountered: