Rml workorder/add permissions and menu

This commit is contained in:
Luca Haid
2025-08-18 16:54:08 +00:00
parent e578295e4c
commit f4fb6ffacc

View File

@@ -5,7 +5,7 @@ class RMLWorkorderCompanyController extends TTCrud
{
protected string $headerTitle = 'Meine Arbeitsaufträge';
protected bool $createText = false;
protected array $permissionCheck = ['RMLCompany'];
protected array $columns = [
['key' => 'id', 'text' => 'Auftrag-Nr.', 'table' => ['sortable' => true]],
['key' => 'preorderInfo', 'text' => 'Kunde / Projekt', 'modal' => false, 'table' => ['sortable' => false]],