help desk create view

This commit is contained in:
merdan 2020-05-05 13:23:02 +05:00
parent d592129ef4
commit dc9108be10
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ class SectionCrudController extends CrudController
// ['name'=>'section_no','type'=>'text','label'=>'Section No En'],
['name'=>'section_no_ru','type'=>'text','label'=>'Section No Ru'],
['name'=>'section_no_tk','type'=>'text','label'=>'Section No Tk'],
// ['name'=>'description','type'=>'text','label'=>'Description En'],
['name'=>'description','type'=>'text','label'=>'Notes'],
// ['name'=>'description_ru','type'=>'text','label'=>'Description Ru'],
// ['name'=>'description_tk','type'=>'text','label'=>'Description Tk'],
['name' => 'venue_id', 'type'=>'select','entity'=>'venue','attribute'=>'venue_name_ru','label'=>'Venue'],
@ -49,7 +49,7 @@ class SectionCrudController extends CrudController
// ['name'=>'section_no','type'=>'text','label'=>'Section No'],
['name'=>'section_no_ru','type'=>'text','label'=>'Section No Ru'],
['name'=>'section_no_tk','type'=>'text','label'=>'Section No Tk'],
// ['name'=>'description','type'=>'text','label'=>'Description'],
['name'=>'description','type'=>'text','label'=>'Notes'],
// ['name'=>'description_ru','type'=>'text','label'=>'Description Ru'],
// ['name'=>'description_tk','type'=>'text','label'=>'Description Tk'],
['name' => 'venue_id', 'type'=>'select','entity'=>'venue','attribute'=>'venue_name_ru','label'=>'Venue'],