table action to open the relationship manager in a modal?

I have UserResource and I want to have this "edit permissions" action to open the permissions relationship within a modal, is it possible?
4 Replies
christmex
christmex3mo ago
yes, it should be posibble
developer
developer3mo ago
ok lol any examples?
christmex
christmex3mo ago
so u only want to edit the permission of ur user right? as simple as u add select relationship to the action form
toeknee
toeknee3mo ago
Just have a row action, which builds a form that is a relationship select
Want results from more Discord servers?
Add your server
More Posts
1305 FUNCTION gpais.json_unquote does not existSQLSTATE[42000]: Syntax error or access violation: 1305 FUNCTION gpais.json_unquote does not exist The POST method is not supported for route admin/login. Supported methods: GET, HEAD.in production i have thiss error, there is my route : ``` GET|HEAD admin/login ................afterStateUpdated function not working`return $form ->schema([ Select::make('faculty_id') The POST method is not supported for route admin/login. Supported methods: GET, HEAD. 405 ERRORI'm trying to log in to my app (local and production) which was working until now. After seeing a blCreateRecord equivalency for EditRecord - mutateFormDataBeforeFillIn the `EditRecord` i use the mutateFormDataBeforeFill: ```php protected function mutateFormDataBefoAdding close button when customizing modalFooterActionsOn the Table action, when we need to add multiple Action buttons, we use the `modalFooterActions()` Change the color of the Submit button on the Table Action ModalI have a Table Action that triggers a modal for further values to complete the action. Is there a waHow to change the class attribute of Sidebar?Hello. How to change the class attribute of Sidebar? I want to add a white background and shadow Layout messed up when returning from Filament login pageI have an issue when I go to the Filament login page and then go back (via browser) to the original SelectTree plugin filament - Trait "Filament\Forms\Components\Concerns\HasPivotData" not foundhello i have this issue. The reference of error is in selectTree plugin files. what should i do?