@@ -40,7 +40,7 @@ discard block |
||
40 | 40 | 'limit' => 120, |
41 | 41 | ]); |
42 | 42 | |
43 | - $this->crud->addField([ // Select |
|
43 | + $this->crud->addField([// Select |
|
44 | 44 | 'label' => 'Owner User Role', |
45 | 45 | 'type' => 'select', |
46 | 46 | 'name' => 'owner_user_role_id', // the db column for the foreign key |
@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | 'attributes' => ['disabled' => 'disabled'] |
51 | 51 | ]); |
52 | 52 | |
53 | - $this->crud->addField([ // Select |
|
53 | + $this->crud->addField([// Select |
|
54 | 54 | 'label' => 'From Status', |
55 | 55 | 'type' => 'select', |
56 | 56 | 'name' => 'from_job_poster_status_id', // the db column for the foreign key |
@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | 'attributes' => ['disabled' => 'disabled'] |
61 | 61 | ]); |
62 | 62 | |
63 | - $this->crud->addField([ // Select |
|
63 | + $this->crud->addField([// Select |
|
64 | 64 | 'label' => 'To Status', |
65 | 65 | 'type' => 'select', |
66 | 66 | 'name' => 'to_job_poster_status_id', // the db column for the foreign key |