ifox
08/09/2021, 9:55 AM'editInModal' => true
in indexOptions. Or you can do what you're saying by passing 'disableContentFieldset' => true
to the form layout (in the @extends)leftblank
08/09/2021, 9:57 AMeditInModal
and that's even better, thank youifox
08/09/2021, 9:59 AM'permalink' => false
there too if you're not using slugs on those modules. And you can also customize the fields in the modal by putting a create.blade.php file next to your form.blade.php file.leftblank
08/09/2021, 9:59 AMandrewsamuelhan
08/09/2021, 11:55 AMLOG.error: Failed to authenticate on SMTP server with username ...
does twill have it own mail configuration?andrewsamuelhan
08/09/2021, 11:56 AMifox
08/09/2021, 12:00 PMifox
08/09/2021, 12:01 PMleftblank
08/09/2021, 12:27 PMHandleRevisions
above, where the Preview changes button is fixed in dev
... I'm seeing a related issue when I click on one of the revisions to hydrate it in the BelongsTo powered browser. The following line is failing in hydrateOrderedBelongsTomany
is failing:leftblank
08/09/2021, 12:27 PM$tableName = $object->$relationship() instanceof BelongsTo ? $object->$relationship->getTable() :$object->$relationship()->getTable();
leftblank
08/09/2021, 12:28 PM$object->$relationship
being null
, at least in my caseleftblank
08/09/2021, 12:29 PMIvan Markov
08/09/2021, 3:00 PMpboivin
08/09/2021, 3:06 PMIvan Markov
08/09/2021, 3:07 PMandrewsamuelhan
08/09/2021, 3:42 PMandrewsamuelhan
08/09/2021, 3:55 PMandrewsamuelhan
08/09/2021, 3:57 PMstorage/framework/cache
and it worked.pboivin
08/09/2021, 3:57 PMphp artisan twill:update
?andrewsamuelhan
08/09/2021, 3:58 PMandrewsamuelhan
08/09/2021, 3:58 PMpboivin
08/09/2021, 3:59 PMandrewsamuelhan
08/09/2021, 4:00 PMandrewsamuelhan
08/09/2021, 4:00 PMRoute::get('/clear-cache', function () {
Artisan::call('cache:clear');
Artisan::call('route:clear');
Artisan::call('config:clear');
Artisan::call('view:clear');
return "All cache is cleared";
});
pboivin
08/09/2021, 4:01 PMpboivin
08/09/2021, 4:03 PMexample.com/clear-cache
and running php artisan twill:update
, you are still getting the "Missing twill_manifest.json" error?andrewsamuelhan
08/09/2021, 4:05 PMandrewsamuelhan
08/09/2021, 4:05 PMandrewsamuelhan
08/09/2021, 4:06 PMandrewsamuelhan
08/09/2021, 4:07 PM