generated from liutk/owl-admin-base
Upate
parent
3dbea9dd96
commit
93c7ffda48
|
|
@ -59,7 +59,7 @@ class ExaminationController extends AdminController
|
||||||
amisMake()->Form()->api('post:' . admin_url('train/examinations/${id}/publish'))->body([
|
amisMake()->Form()->api('post:' . admin_url('train/examinations/${id}/publish'))->body([
|
||||||
amisMake()->TransferControl()
|
amisMake()->TransferControl()
|
||||||
->name('employee_id')
|
->name('employee_id')
|
||||||
->source(admin_url('api/employees?enable=1&store_id_gt=0'))
|
->source(admin_url('api/employees?enable=1'))
|
||||||
->joinValues(false)
|
->joinValues(false)
|
||||||
->extractValue()
|
->extractValue()
|
||||||
->labelField('name')
|
->labelField('name')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue