SetupListOperation #882
Replies: 3 comments 6 replies
-
Check the generated URL for the user CRUD. Depending on the version of Backpack that you have, you can check in <x-backpack::menu-dropdown-item title="Users" icon="la la-user" :link="backpack_url('user')" /> or <li class="nav-item"><a class="nav-link" href="{{ backpack_url('user') }}"><i class="nav-icon la la-user"></i>Users</a></li> If it contains something different, then this could be the issue. |
Beta Was this translation helpful? Give feedback.
-
Hello @KPF-Engenharia, as @o15a3d4l11s2 says, this is the expected behavior if you do not want to use a persistent table, you need to disable it in /config/backpack/operations/list.php
Or you can follow our documentation to handle in controller Cheers. |
Beta Was this translation helpful? Give feedback.
-
Great, you solve it, I will close the issue, but feel free to re-open or create a new one if needed. Cheers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys,
every time you access the route backpack_url('user') the route with ?role_id=3 appears. How can only /users appear? detail: all users appear and not role 3 users
Image:
https://ibb.co/sHcVzSn
Beta Was this translation helpful? Give feedback.
All reactions