amargoCactus
05/11/2022, 3:42 AM@formFieldset doesnt expand - collapse inside block editordakaalim
05/11/2022, 6:06 AMHarings Rob
05/11/2022, 6:32 AMifox
05/11/2022, 7:29 AMkalle
05/11/2022, 9:42 AMafterSave obviously.ifox
05/11/2022, 9:46 AMreloadOnSuccess to true in your form datakalle
05/11/2022, 9:55 AMamargoCactus
05/11/2022, 12:00 PMamargoCactus
05/11/2022, 12:03 PMamargoCactus
05/11/2022, 12:05 PMamargoCactus
05/11/2022, 4:22 PMifox
05/11/2022, 5:36 PMYourModel::forSlug($slug) or app(YourModuleRepository::class)->forSlug($slug) then that object has a blocks relationships and renderBlocks helper.jpolito
05/12/2022, 12:52 AMifox
05/12/2022, 2:07 AMifox
05/12/2022, 2:12 AMjpolito
05/12/2022, 2:26 AMjpolito
05/12/2022, 2:27 AMifox
05/12/2022, 2:35 AMHarings Rob
05/12/2022, 10:27 AMIlluminate\\Database\\Grammar::parameterize(): Argument #1 ($values) must be of type array, string given? Only happens on one, basic module when creating a new one.Harings Rob
05/12/2022, 10:29 AMkalle
05/12/2022, 10:41 AM$dates = ['custom_date']; Im not sure if that attribute will get array value, but then Model will have Carbon instance under that property $this->custom_date.
I could be completly wrong here, just thought.Harings Rob
05/12/2022, 10:51 AMHarings Rob
05/12/2022, 10:53 AMhttps://github.com/cwsdigital/twill-metadata, but I removed the mediasParams from this model because there is no need for it.
But what happens is, that mediasParams is not a model property (in the class) so when it is being set it actually is set to the $attributes in the model which causes the mess up in the saving flow.Harings Rob
05/12/2022, 10:53 AMBA7YA
05/12/2022, 1:27 PMkalle
05/12/2022, 1:29 PMBA7YA
05/12/2022, 1:29 PMHarings Rob
05/12/2022, 1:37 PMKormi
05/12/2022, 2:13 PMvar_dump(Auth::check());die;
return always false, but i'm logged in administrator route...