tfilos
09/20/2022, 7:28 PMconfig('twill')
in tinker and I get "media_library" => [
"disk" => "twill_media_library",
"endpoint_type" => "local",
"cascade_delete" => false,
"local_path" => "uploads",
"image_service" => "A17\Twill\Services\MediaLibrary\Glide",
tfilos
09/20/2022, 7:28 PMtfilos
09/20/2022, 7:28 PM"file_library" => [
"disk" => "twill_file_library",
"endpoint_type" => "local",
"cascade_delete" => false,
"local_path" => "uploads",
"file_service" => "A17\Twill\Services\FileLibrary\Disk",
"acl" => "public-read",
"filesize_limit" => 50,
"allowed_extensions" => [],
"prefix_uuid_with_local_path" => false,
],
tfilos
09/20/2022, 7:28 PMtfilos
09/20/2022, 7:36 PMtfilos
09/20/2022, 7:40 PMifox
09/20/2022, 7:46 PMchin
09/20/2022, 9:58 PMauth('twill_users')->user()
ifox
09/20/2022, 10:05 PMAuth::guard('twill_users')->check()
ifox
09/20/2022, 10:05 PMchin
09/20/2022, 10:05 PMBA7YA
09/21/2022, 7:33 AMBA7YA
09/21/2022, 7:47 AMdd($this->traitsMethods(__FUNCTION__))
in this method https://github.com/area17/twill/blob/c1a0f4f8e259a07fad5c8bec101c6c4f97599fd2/src/Repositories/ModuleRepository.php#L605. 1st screenshot when Im creating the item in module where revisions are working. when Im creating the item in module where revisions are **NOT **working, twill even not calling that beforeSave method.BA7YA
09/21/2022, 7:53 AMifox
09/21/2022, 7:58 AMifox
09/21/2022, 8:00 AMmateoD
09/21/2022, 10:28 AMClass people specified in twill.dashboard configuration does not exists.
ifox
09/21/2022, 10:32 AMifox
09/21/2022, 10:33 AMifox
09/21/2022, 10:33 AMifox
09/21/2022, 10:36 AMifox
09/21/2022, 10:37 AMifox
09/21/2022, 10:38 AMmateoD
09/21/2022, 10:41 AMifox
09/21/2022, 10:42 AMmateoD
09/21/2022, 10:47 AMHarings Rob
09/21/2022, 10:50 AMHarings Rob
09/21/2022, 10:50 AMHarings Rob
09/21/2022, 10:50 AM$moduleClassToCheck = Relation::getMorphedModel($moduleClass) ?? $moduleClass;
I will make a hotfix now