Commit bd63d31c881d62d2ee09f6467b721a06e072b812
1 parent
0350b503
- delete multiply for service parent
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
backend/controllers/ServiceController.php
@@ -175,7 +175,7 @@ | @@ -175,7 +175,7 @@ | ||
175 | 'type' => Form::RELATION, | 175 | 'type' => Form::RELATION, |
176 | 'relationAttribute' => 'title', | 176 | 'relationAttribute' => 'title', |
177 | 'relationName' => 'parent', | 177 | 'relationName' => 'parent', |
178 | - 'multiple' => true, | 178 | + 'multiple' => false, |
179 | ], | 179 | ], |
180 | [ | 180 | [ |
181 | 'name' => 'status', | 181 | 'name' => 'status', |