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

Seems not to work with Octo 3.1 #16

Open
Pixinside opened this issue Oct 13, 2022 · 2 comments
Open

Seems not to work with Octo 3.1 #16

Pixinside opened this issue Oct 13, 2022 · 2 comments

Comments

@Pixinside
Copy link

"Call to undefined method RainLab\User\Models\User::addVisible()" on line 71 of /Users/casashock/Documents/NovaProjects/kohli/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php

@Pixinside
Copy link
Author

Found the issue.
in the UserExportModel.php change line 12
$user->addVisible($columns);
to
$user->makeVisible($columns);

@vojtasvoboda
Copy link
Owner

@Pixinside Could you please send PR?

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