joao nivaldo
joao nivaldo
FFilament
Created by joao nivaldo on 1/20/2025 in #❓┊help
Bulk Action showing a view
No, I just need a view page. In it I will have a page with a table of information about the selected items. So it is a simple page.
5 replies
FFilament
Created by joao nivaldo on 12/17/2024 in #❓┊help
Login screen without text Inputs
Hi, so it doesn't show any errors in the console and it's in production. Last night I decided to turn off the vendor and create it again and it started working again. I don't know why, but it must have messed up something in the filament folder. Thanks
6 replies
FFilament
Created by joao nivaldo on 12/6/2024 in #❓┊help
How to create a hidden method for this component?
thanks
5 replies
FFilament
Created by joao nivaldo on 12/2/2024 in #❓┊help
Create validation after field validation
My hero.... thks...
9 replies
FFilament
Created by joao nivaldo on 12/2/2024 in #❓┊help
Create validation after field validation
No description
9 replies
FFilament
Created by joao nivaldo on 12/2/2024 in #❓┊help
Create validation after field validation
I did it this way and it added the error to the bag correctly but did not stop the flow. I followed it and saved it normally.
9 replies
FFilament
Created by joao nivaldo on 12/2/2024 in #❓┊help
Create validation after field validation
I tried to use this but it didn't work. I think I did something wrong. I'll post the code I made and if possible correct me. Another thing is it possible to use this beforevalidate also in the Edit Page? protected function afterValidate(): void { $this->addError('TRATO1', 'XXXXXXX'); }
9 replies
FFilament
Created by joao nivaldo on 11/27/2024 in #❓┊help
How to update Relation Manager table data
Although it is being called correctly upon deletion, see the notification appearing in the deletion image. It just doesn't update.
23 replies
FFilament
Created by joao nivaldo on 11/27/2024 in #❓┊help
How to update Relation Manager table data
On which page should I put the Delete on to work? since it is currently on the Edit Page and works fine, but it does not work on the Delete.
23 replies
FFilament
Created by joao nivaldo on 11/27/2024 in #❓┊help
How to update Relation Manager table data
This action is on the editpage. Do I have to put it on the ListPage or ResourcePage for the deletion to work?
23 replies
FFilament
Created by joao nivaldo on 11/27/2024 in #❓┊help
How to update Relation Manager table data
No description
23 replies
FFilament
Created by joao nivaldo on 11/27/2024 in #❓┊help
How to update Relation Manager table data
No description
23 replies
FFilament
Created by joao nivaldo on 11/27/2024 in #❓┊help
How to update Relation Manager table data
These values ​​in red are values ​​that come from the table and are not editable.
23 replies
FFilament
Created by joao nivaldo on 11/27/2024 in #❓┊help
How to update Relation Manager table data
No description
23 replies
FFilament
Created by joao nivaldo on 11/27/2024 in #❓┊help
How to update Relation Manager table data
No description
23 replies
FFilament
Created by joao nivaldo on 11/27/2024 in #❓┊help
How to update Relation Manager table data
No description
23 replies
FFilament
Created by joao nivaldo on 11/27/2024 in #❓┊help
How to update Relation Manager table data
I have a page that has a relationship on it. When I include or delete an item in the relationship it has to update the values ​​in the parent form of the relationship on this page. And this is only happening when I include the item and when I remove it it is not updating the fields. I will send the images for you to see.
23 replies
FFilament
Created by joao nivaldo on 11/27/2024 in #❓┊help
How to update Relation Manager table data
Hi, I did this but instead of using dispatchSelf I used after. I imagine it's similar. When I include a product in the relationship, it updates the page without any problems, but when I dispatch it in the relationship pipeline, it doesn't update at all. It goes through the refresh method and executes $this->formFill() but doesn't update the page. Do you know what it could be?
23 replies
FFilament
Created by joao nivaldo on 11/27/2024 in #❓┊help
How to update Relation Manager table data
How would I add POLLING? Using the ON method would be nice, but all the examples I found only refresh the OWNER table builder of the relation-manager. If you could give me an example of how I would do it to refresh only the relation, I would appreciate it. Thanks.
23 replies
FFilament
Created by joao nivaldo on 11/27/2024 in #❓┊help
How to update Relation Manager table data
Thanks for the suggestion, but I don't think I explained what I wanted well. I need that when the user clicks on the REFRESH button it triggers an action that will read the relationship and display the data in the table below the button. Something like $this->relation-manger->refresh(). then the table will be updated. Thanks
23 replies