We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you click on a lead it gets an error: Undefined variable $userIds
It doesn't do this for the main admin. Only for other users.
Please provide as detailed information about your environment as possible.
1. framework Version 2.0.5 2. Commit id. Don't know
It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples.
1. Login as user other than admin 2. Click on a lead
It should open the lead like it does for admin.
https://www.youtube.com/watch?v=vpddlxSJatk
Undefined variable $userIds
The text was updated successfully, but these errors were encountered:
I temporarily resolved it by removing this:
if ( $userIds = bouncer()->getAuthorizedUserIds() && ! in_array($lead->user_id, $userIds) ) { return redirect()->route('admin.leads.index'); }
Sorry, something went wrong.
No branches or pull requests
Bug report
Title
When you click on a lead it gets an error: Undefined variable $userIds
It doesn't do this for the main admin. Only for other users.
Preconditions
Please provide as detailed information about your environment as possible.
Steps to reproduce
It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples.
Expected result
It should open the lead like it does for admin.
https://www.youtube.com/watch?v=vpddlxSJatk
Actual result
Undefined variable $userIds
The text was updated successfully, but these errors were encountered: