Haydra
Haydra
FFilament
Created by Haydra on 2/6/2025 in #❓┊help
Spatie Translatable non translated fields
@Lara Zeus i figured out the problem, when i removed the tab merge it worked fine why would this happen ? it's used in the edit page
public function hasCombinedRelationManagerTabsWithContent(): bool
{
return true;
}
public function hasCombinedRelationManagerTabsWithContent(): bool
{
return true;
}
9 replies
FFilament
Created by Haydra on 2/6/2025 in #❓┊help
Spatie Translatable non translated fields
could a recorded video helps ?
9 replies
FFilament
Created by Haydra on 2/6/2025 in #❓┊help
Spatie Translatable non translated fields
sorry, but i don't know how to test it on the repository what could cause the problem?
9 replies
FFilament
Created by Haydra on 2/6/2025 in #❓┊help
Spatie Translatable non translated fields
in the edit page, code:
protected function mutateFormDataBeforeSave(array $data): array
{
$post = $this->getRecord();
if ($post->status != $data['status'] && $data['status'] == PostConstants::PUBLISHED) {
$data['published_at'] = Carbon::now();
}
}
protected function mutateFormDataBeforeSave(array $data): array
{
$post = $this->getRecord();
if ($post->status != $data['status'] && $data['status'] == PostConstants::PUBLISHED) {
$data['published_at'] = Carbon::now();
}
}
the error :
Undefined array key "status"
Undefined array key "status"
the status is not disabled or hydrated, the problem happened after i used the translate plugin, and the when i add 'status' to the model translatable array the error was solved
9 replies
FFilament
Created by Haydra on 2/6/2025 in #❓┊help
Spatie Translatable non translated fields
the issue that any field not in the spatie translatable array defined in the model, is nit being recognized in the edit mutate
9 replies
FFilament
Created by malebestia. on 9/29/2023 in #❓┊help
Method Konnco\FilamentImport\Actions\ImportAction::table does not exist
@Dan Harrin i'm using it in relation manager and got the same error, is there anyway to fix use it in relation manager ?
11 replies
FFilament
Created by nazar on 10/16/2024 in #❓┊help
disable recordUrl
that's how it's done
13 replies
FFilament
Created by nazar on 10/16/2024 in #❓┊help
disable recordUrl
for this i think you should use recordUrl
13 replies
FFilament
Created by Haydra on 10/15/2024 in #❓┊help
bulk actions with large dataset
it's not an import, let's say it's bulk attaching (many-to-many) action
7 replies
FFilament
Created by nazar on 10/16/2024 in #❓┊help
disable recordUrl
did you try ? $table->recordAction(null)
13 replies
FFilament
Created by Haydra on 10/15/2024 in #❓┊help
bulk actions with large dataset
@Matthew it just show this https://prnt.sc/rvDN8zk1H_5P
7 replies
FFilament
Created by Remi Hindriks on 4/30/2024 in #❓┊help
Bulk Actions Large Datasets
The bulk action i'm building is for attaching records to created record When i select like 100k record it freeze, i read that's because of the memory Any familiar topic or idea for solving this issue?
26 replies
FFilament
Created by Remi Hindriks on 4/30/2024 in #❓┊help
Bulk Actions Large Datasets
No there is no eager loading in my scenario
26 replies
FFilament
Created by Haydra on 10/15/2024 in #❓┊help
bulk actions with large dataset
That's a good idea, how to implement such thing? No it freeze, i read it may be caused by the memory
7 replies
FFilament
Created by Remi Hindriks on 4/30/2024 in #❓┊help
Bulk Actions Large Datasets
Hi @Remi Hindriks did you manage to solve the arge dataset issue ?
26 replies
FFilament
Created by Haydra on 7/22/2024 in #❓┊help
filament php version demo
15 replies
FFilament
Created by Haydra on 7/22/2024 in #❓┊help
filament php version demo
didn't thought of searching for old commits
15 replies
FFilament
Created by Haydra on 7/22/2024 in #❓┊help
filament php version demo
thank you, i found it
15 replies
FFilament
Created by Haydra on 7/22/2024 in #❓┊help
filament php version demo
it's very helpful to understand what the version is capable of
15 replies
FFilament
Created by Haydra on 7/22/2024 in #❓┊help
filament php version demo
i mean demo for the old version just like the v3
15 replies