Harings Rob
01/12/2022, 4:08 PMtutorumdev
01/12/2022, 4:10 PMtutorumdev
01/12/2022, 4:10 PMkalle
01/12/2022, 4:19 PMcountry is nullable.
php
public function getFormFields($object)
{
$fields = parent::getFormFields($object);
if($fields['country'] === null){
$fields['country'] = 1;
}
return $fields;
}ifox
01/12/2022, 4:24 PMifox
01/12/2022, 4:25 PMkalle
01/12/2022, 4:25 PMifox
01/12/2022, 4:26 PMdefault optionkalle
01/12/2022, 4:29 PMifox
01/12/2022, 4:35 PMRudy
01/12/2022, 11:29 PMifox
01/12/2022, 11:33 PMMEDIA_LIBRARY_CASCADE_DELETE=true in your environment variables or set media_library.cascade_delete to true in your twill config fileRudy
01/12/2022, 11:36 PMifox
01/12/2022, 11:36 PMRudy
01/12/2022, 11:39 PMifox
01/12/2022, 11:41 PM'deleteUrl' => $this->canDeleteSafely() ? moduleRoute('medias', 'media-library', 'destroy', $this->id) : null,ifox
01/12/2022, 11:41 PMifox
01/12/2022, 11:41 PMDB::table(config('twill.mediables_table', 'twill_mediables'))->where('media_id', $this->id)->count() === 0ifox
01/12/2022, 11:42 PMcanDeleteSafelyifox
01/12/2022, 11:42 PMRudy
01/12/2022, 11:44 PMRudy
01/12/2022, 11:44 PMifox
01/12/2022, 11:45 PMifox
01/12/2022, 11:45 PMifox
01/12/2022, 11:49 PMifox
01/12/2022, 11:53 PMifox
01/12/2022, 11:54 PMRudy
01/12/2022, 11:54 PMRudy
01/12/2022, 11:56 PM