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

Duplicate query #60

Closed
nguyentranchung opened this issue Aug 31, 2021 · 2 comments
Closed

Duplicate query #60

nguyentranchung opened this issue Aug 31, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@nguyentranchung
Copy link
Contributor

Screenshot from 2021-08-31 12-00-59

    public function columns(): array
    {
            Column::add()
                ->title(__('user'))
                ->field('user_name')
                ->searchable()
                ->makeInputSelect(User::get(['id', 'name']), 'name', 'user_id'),
    }
@luanfreitasdev
Copy link
Collaborator

Hello.

I'll investigate further, and if everything works out, I'll submit a PR fixing the problem

Thanks

@luanfreitasdev luanfreitasdev added the bug Something isn't working label Sep 4, 2021
luanfreitasdev added a commit that referenced this issue Sep 5, 2021
@luanfreitasdev
Copy link
Collaborator

fix: v1.2.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants