Changed default value of Involved Parties to array

This commit is contained in:
naomi 2018-06-12 14:11:35 +02:00
parent 48e5080a9c
commit 7448048f2d
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class OCCase extends RevisionableContentEntityBase implements OCCaseInterface {
* id from the URL. * id from the URL.
*/ */
public static function defaultVal() { public static function defaultVal() {
return \Drupal::request()->query->get('actor_id'); return array(\Drupal::request()->query->get('actor_id'));
} }
/** /**