z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.13k stars 2.81k forks source link

Filter group issue #3233

Closed p2p-sys closed 5 years ago

p2p-sys commented 5 years ago

Description:

Problem when filter groups is reused $filter->group('rate', e(trans('lang.rate')), function ($group) { $group->equal('='); $group->notEqual('<>'); $group->gt('>'); $group->lt('<'); $group->nlt('>='); $group->ngt('<='); })->integer();

Steps To Reproduce:

GIF

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.