Added case list link to add-new-case page

This commit is contained in:
naomi
2018-05-08 13:21:12 +02:00
parent 555087f3b2
commit 80f42c7bf3
3 changed files with 40 additions and 3 deletions

View File

@ -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 \Drupal::request()->query->get('actor_id');
}
/**