JJSanders
JJSanders
FFilament
Created by JJSanders on 9/30/2024 in #❓┊help
addAction function called on page load
Probably
7 replies
FFilament
Created by JJSanders on 9/30/2024 in #❓┊help
addAction function called on page load
ohhhh is this what I am supposed to do?
->addAction(function ($livewire, $component, $action) {
$action->action(function(){
dump('test');
});
})
->addAction(function ($livewire, $component, $action) {
$action->action(function(){
dump('test');
});
})
7 replies
FFilament
Created by JJSanders on 9/30/2024 in #❓┊help
addAction function called on page load
Hey @awcodes tnx voor your reply. The way I understand it is that I don't call dump. What I intend to do with this code is that when I press the add button, only then the dump should be executed. So I don't understand why the addAction is called when I don't press the add button.
7 replies
FFilament
Created by JJSanders on 7/24/2024 in #❓┊help
Collapse navigation when on specific page
This works!!!! Tnx
8 replies
FFilament
Created by JJSanders on 7/24/2024 in #❓┊help
Collapse navigation when on specific page
A resource doesn't have a mount method...
8 replies
FFilament
Created by JJSanders on 7/24/2024 in #❓┊help
Collapse navigation when on specific page
Anyone on this?
8 replies
FFilament
Created by Junaid on 7/18/2024 in #❓┊help
DOES Filment Import CSV action support QUEUE_CONNECTION = database?
How did you create your db tables?
5 replies
FFilament
Created by Junaid on 7/18/2024 in #❓┊help
DOES Filment Import CSV action support QUEUE_CONNECTION = database?
What is your question. There seems to be an error in your script
5 replies
FFilament
Created by JJSanders on 7/15/2024 in #❓┊help
Testing a form action.
I was looking for the callAction method. But I couldn't find it then. Now I am searching again and there it is 🙄
21 replies
FFilament
Created by JJSanders on 7/15/2024 in #❓┊help
Testing a form action.
Thanks I did read that page. I found it hard to understand maybe because it has just examples of the tests but not of the actual code.
21 replies
FFilament
Created by JJSanders on 7/15/2024 in #❓┊help
Testing a form action.
Thanks soo much
21 replies
FFilament
Created by JJSanders on 7/15/2024 in #❓┊help
Testing a form action.
I tested it, and it works indeed
21 replies
FFilament
Created by JJSanders on 7/15/2024 in #❓┊help
Testing a form action.
What is the difference between callAction and callMountedAction?
21 replies
FFilament
Created by JJSanders on 7/15/2024 in #❓┊help
Testing a form action.
This works. Thanks so much. Testing is hard.....
21 replies
FFilament
Created by JJSanders on 7/15/2024 in #❓┊help
Testing a form action.
Ok. So 1. How do I trigger the form in my test. 2. How do I send the form?
21 replies
FFilament
Created by JJSanders on 7/15/2024 in #❓┊help
Testing a form action.
I think it doesn’t show the form.
21 replies
FFilament
Created by JJSanders on 7/15/2024 in #❓┊help
Testing a form action.
The error is before the Mail facade
21 replies
FFilament
Created by JJSanders on 7/4/2024 in #❓┊help
Search in a specific column
Yes that is what I was looking for. Thanks soo much.
6 replies
FFilament
Created by JJSanders on 6/23/2024 in #❓┊help
Custom action modal
So still not sure if this is the way to go
9 replies
FFilament
Created by JJSanders on 6/23/2024 in #❓┊help
Custom action modal
The custom action model worked indeed. But the whole thing is more complex because I need to make a whole custom modal with a custom form.
9 replies