fixed edit form district, neighborhood, village

This commit is contained in:
vedatakd 2020-04-01 13:02:20 +03:00
parent faa3b6ef48
commit fc145dca00
3 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@ class DistrictFormBuilder extends FormBuilder
*/
protected $fields = [
'name','slug','order','parent_city_id'=>[
'type' => 'anomaly.field_type.text',
'class' => 'hidden',
'label' => '',
],

View File

@ -12,6 +12,7 @@ class NeighborhoodFormBuilder extends FormBuilder
*/
protected $fields = [
'name','slug','order','parent_district_id'=>[
'type' => 'anomaly.field_type.text',
'class' => 'hidden',
'label' => '',
],

View File

@ -12,6 +12,7 @@ class VillageFormBuilder extends FormBuilder
*/
protected $fields = [
'name','slug','order','parent_neighborhood_id'=>[
'type' => 'anomaly.field_type.text',
'class' => 'hidden',
'label' => '',
],