mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en el formulario de añadir
This commit is contained in:
@ -31,7 +31,7 @@ class Ticketcontroller extends \App\Controllers\GoBaseController
|
||||
// Breadcrumbs
|
||||
$this->viewData['breadcrumb'] = [
|
||||
['title' => lang("App.menu_soporte"), 'route' => "javascript:void(0);", 'active' => false],
|
||||
['title' => lang("App.menu_ticket_list"), 'route' => route_to('TicketIndex'), 'active' => true]
|
||||
['title' => lang("App.menu_soporte_ticket_list"), 'route' => route_to('TicketIndex'), 'active' => true]
|
||||
];
|
||||
|
||||
parent::initController($request, $response, $logger);
|
||||
@ -104,6 +104,10 @@ class Ticketcontroller extends \App\Controllers\GoBaseController
|
||||
|
||||
$this->viewData['formAction'] = route_to('NewTicket');
|
||||
|
||||
$this->viewData['categorias'] = $this->model->getCategorias();
|
||||
$this->viewData['estados'] = $this->model->getEstados();
|
||||
$this->viewData['secciones'] = $this->model->getSecciones();
|
||||
|
||||
$this->viewData['boxTitle'] = lang('Basic.global.addNew') . ' ' . lang('Tarifaextra.tarifaextra') . ' ' . lang('Basic.global.addNewSuffix');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user