Changed default value of Involved Parties to array
This commit is contained in:
parent
48e5080a9c
commit
7448048f2d
@ -79,7 +79,7 @@ class OCCase extends RevisionableContentEntityBase implements OCCaseInterface {
|
||||
* id from the URL.
|
||||
*/
|
||||
public static function defaultVal() {
|
||||
return \Drupal::request()->query->get('actor_id');
|
||||
return array(\Drupal::request()->query->get('actor_id'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user