Zoltar
Zoltar
FFilament
Created by Zoltar on 3/10/2025 in #❓┊help
testing performance
6 replies
FFilament
Created by Zoltar on 3/10/2025 in #❓┊help
testing performance
thnks for reply
6 replies
FFilament
Created by Zoltar on 2/28/2025 in #❓┊help
translate validation.required?
thanks
13 replies
FFilament
Created by Zoltar on 2/28/2025 in #❓┊help
translate validation.required?
mmm ok
13 replies
FFilament
Created by Zoltar on 2/28/2025 in #❓┊help
translate validation.required?
It worked fine before
13 replies
FFilament
Created by Zoltar on 2/28/2025 in #❓┊help
translate validation.required?
I edit in import.php: 'example_csv' => [ 'file_name' => 'lista_email', ], and translation not work when create it.json file
13 replies
FFilament
Created by Zoltar on 2/28/2025 in #❓┊help
translate validation.required?
sorry @toeknee is it possibile that the file resource/lang/it.json conflict to lang\vendor\filament-actions\it\import.php ?
13 replies
FFilament
Created by Zoltar on 2/28/2025 in #❓┊help
translate validation.required?
thanks its work
13 replies
FFilament
Created by Zoltar on 2/28/2025 in #❓┊help
translate validation.required?
try
13 replies
FFilament
Created by Zoltar on 2/26/2025 in #❓┊help
refreshFormData in afterSave() function
I just wanted to understand if refreshFormData couldn't be used
22 replies
FFilament
Created by Zoltar on 2/26/2025 in #❓┊help
refreshFormData in afterSave() function
$this->form->fill($this->record->refresh()->toArray()); this work correctly
22 replies
FFilament
Created by Zoltar on 2/26/2025 in #❓┊help
refreshFormData in afterSave() function
Method Filament\Forms\Form::refreshFormData does not exist.
22 replies
FFilament
Created by Zoltar on 2/26/2025 in #❓┊help
refreshFormData in afterSave() function
no simple EditRecord
22 replies
FFilament
Created by Zoltar on 2/26/2025 in #❓┊help
refreshFormData in afterSave() function
i try this....and not work $this->refreshFormData([ 'calorie_calc' => 13 ]);
22 replies
FFilament
Created by Zoltar on 2/26/2025 in #❓┊help
refreshFormData in afterSave() function
now work 🙂 ..but why not work with refreshFormData?
22 replies
FFilament
Created by Zoltar on 2/26/2025 in #❓┊help
refreshFormData in afterSave() function
work with $this->form->fill([
22 replies
FFilament
Created by Zoltar on 2/26/2025 in #❓┊help
refreshFormData in afterSave() function
not work..and not understand why....
22 replies
FFilament
Created by Zoltar on 2/26/2025 in #❓┊help
refreshFormData in afterSave() function
@toeknee mmm debugging the code, the problem is slightly different the function refresh the field...but not take the last value save in db but the previous... (consider that the field in db is virtual... if i refresh page the result is correct) protected function afterSave(): void { $this->refreshFormData([ 'calorie_calc', ]); }
22 replies
FFilament
Created by Zoltar on 2/26/2025 in #❓┊help
refreshFormData in afterSave() function
thanks mate
22 replies
FFilament
Created by Zoltar on 11/14/2024 in #❓┊help
exporter, simple question
No description
10 replies