Skip to content
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

modifying query with scopes is not working #336

Open
fruckt opened this issue Mar 11, 2016 · 1 comment
Open

modifying query with scopes is not working #336

fruckt opened this issue Mar 11, 2016 · 1 comment

Comments

@fruckt
Copy link

fruckt commented Mar 11, 2016

good time of day.

i have an error at row 175 in admin/src/SleepingOwl/Admin/Display/DisplayTable.php
in method modifyQuery($query).

maybe call_user_func_array([$query,$method], $scope); needs to be changed with call_user_func_array([$method, $query], $scope);

@butschster
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants