Added target field to case, and added fee category vocab to opencase config

This commit is contained in:
2022-04-03 17:31:00 +01:00
parent c3f802835f
commit 167166b898
5 changed files with 59 additions and 2 deletions

View File

@ -91,7 +91,7 @@ function opencase_entities_theme() {
* so that it can be used as a default callback for an entity reference field.
*/
function opencase_entities_get($key) {
\Drupal::request()->query->get($key);
return \Drupal::request()->query->get($key);
}
/**