mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
fixed edit form district, neighborhood, village
This commit is contained in:
parent
faa3b6ef48
commit
fc145dca00
@ -12,6 +12,7 @@ class DistrictFormBuilder extends FormBuilder
|
||||
*/
|
||||
protected $fields = [
|
||||
'name','slug','order','parent_city_id'=>[
|
||||
'type' => 'anomaly.field_type.text',
|
||||
'class' => 'hidden',
|
||||
'label' => '',
|
||||
],
|
||||
|
||||
@ -12,6 +12,7 @@ class NeighborhoodFormBuilder extends FormBuilder
|
||||
*/
|
||||
protected $fields = [
|
||||
'name','slug','order','parent_district_id'=>[
|
||||
'type' => 'anomaly.field_type.text',
|
||||
'class' => 'hidden',
|
||||
'label' => '',
|
||||
],
|
||||
|
||||
@ -12,6 +12,7 @@ class VillageFormBuilder extends FormBuilder
|
||||
*/
|
||||
protected $fields = [
|
||||
'name','slug','order','parent_neighborhood_id'=>[
|
||||
'type' => 'anomaly.field_type.text',
|
||||
'class' => 'hidden',
|
||||
'label' => '',
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user