Nechalon
04/21/2023, 11:08 AMRoute [admin.courses.mentors.browser] not defined. (View: /var/www/html/vendor/area17/twill/views/partials/form/_browser.blade.php)
ifox
04/21/2023, 11:25 AMroutePrefix
in your browser fieldsifox
04/21/2023, 11:25 AMNechalon
04/21/2023, 11:43 AMifox
04/21/2023, 11:43 AMroutePrefix
ifox
04/21/2023, 11:44 AMifox
04/21/2023, 11:44 AMNechalon
04/21/2023, 11:50 AMNechalon
04/21/2023, 11:51 AMpublic function getFormFields($object)
{
$fields = parent::getFormFields($object);
$fields['browsers']['mentors'] = $this->getFormFieldsForBrowser($object, 'mentors');
$fields = $this->getFormFieldsForRepeater($object, $fields, 'terms', 'Term', 'terms');
return $fields;
}
Nechalon
04/21/2023, 12:03 PMRoute [admin.courses.index] not defined.
ifox
04/21/2023, 12:19 PMifox
04/21/2023, 12:19 PMifox
04/21/2023, 12:19 PMNechalon
04/21/2023, 12:25 PMNechalon
04/21/2023, 12:25 PMNechalon
04/21/2023, 1:04 PMRoute [admin.courses.edit] not defined.
Nechalon
04/21/2023, 1:05 PMifox
04/21/2023, 3:41 PMNechalon
04/24/2023, 8:44 AMifox
04/24/2023, 9:00 AMifox
04/24/2023, 9:00 AMifox
04/24/2023, 9:01 AMNechalon
04/24/2023, 9:04 AMhttps://cdn.discordapp.com/attachments/1098928248932544602/1099984318622859345/image.png▾
ifox
04/24/2023, 9:12 AMNechalon
04/24/2023, 9:13 AMNechalon
04/24/2023, 9:15 AM$fields = parent::getFormFields($object);
$fields['browsers']['mentors'] = $this->getFormFieldsForBrowser($object, 'mentors');
$fields['browsers']['courses'] = $this->getFormFieldsForBrowser($object, 'courses');
$fields['browsers']['blogPosts'] = $this->getFormFieldsForBrowser($object, 'blogPosts', 'blogs');
return $fields;
Nechalon
04/24/2023, 9:15 AMNechalon
04/24/2023, 9:15 AMNechalon
04/24/2023, 9:15 AMifox
04/24/2023, 9:15 AMNechalon
04/24/2023, 9:17 AMNechalon
04/24/2023, 9:19 AMifox
04/24/2023, 9:20 AMNechalon
04/24/2023, 9:20 AM$fields['browsers']['courses'] = $this->getFormFieldsForBrowser($object, 'courses', 'courses');
😄Nechalon
04/24/2023, 9:21 AMgetFormFieldsForBrowser
functionifox
04/24/2023, 9:21 AMifox
04/24/2023, 9:22 AMNechalon
04/24/2023, 9:23 AMcourses
, and now that I grouped it and added another module I had to change the routes, just didnt know where toNechalon
04/24/2023, 9:23 AM