refs #1504 use report, module pages..
This commit is contained in:
		| @@ -57,7 +57,7 @@ | ||||
|                                 $field['attributes']) | ||||
|                             ) }} | ||||
|                         @elseif ($type == 'checkboxGroup') | ||||
|                             {{ Form::$type($field['name'], $field['title'], $field['items'], $report->settings->{$field['name']}, $field['id'], array_merge([ | ||||
|                             {{ Form::$type($field['name'], $field['title'], $field['items'], $report->settings->{$field['name']}, $field['id'], $report->settings->{$field['name']}, array_merge([ | ||||
|                                     'data-field' => 'settings' | ||||
|                                 ], | ||||
|                                 $field['attributes']) | ||||
|   | ||||
| @@ -28,7 +28,7 @@ | ||||
|             $field['attributes']) | ||||
|         ) }} | ||||
|     @elseif ($type == 'checkboxGroup') | ||||
|         {{ Form::$type($field['name'], $field['title'], $field['items'], $field['value'], $field['id'], array_merge([ | ||||
|         {{ Form::$type($field['name'], $field['title'], $field['items'], $field['value'], $field['id'], $field['selected'], array_merge([ | ||||
|                 'data-field' => 'settings' | ||||
|             ], | ||||
|             $field['attributes']) | ||||
|   | ||||
| @@ -30,7 +30,7 @@ | ||||
|                         @elseif ($type == 'radioGroup') | ||||
|                             {{ Form::$type($field['name'], trans($field['title']), isset($setting[$field['name']]) ? $setting[$field['name']] : 1, trans($field['enable']), trans($field['disable']), $field['attributes']) }} | ||||
|                         @elseif ($type == 'checkboxGroup') | ||||
|                             {{ Form::$type($field['name'], trans($field['title']), $field['items'], $field['value'], $field['id'], $field['attributes']) }} | ||||
|                             {{ Form::$type($field['name'], trans($field['title']), $field['items'], $field['value'], $field['id'], $field['selected'], $field['attributes']) }} | ||||
|                         @elseif ($type == 'fileGroup') | ||||
|                             {{ Form::$type($field['name'], trans($field['title']), $field['attributes']) }} | ||||
|                         @elseif ($type == 'dateGroup') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user