From 2295386c069f144b83328ee43f16d3e4c8a37204 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Mon, 21 Nov 2022 16:30:03 -0400 Subject: [PATCH] Fix typos in linked agent rel types. --- .../src/Plugin/search_api/processor/LinkedAgentByType.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/islandora_install_profile_demo_core/src/Plugin/search_api/processor/LinkedAgentByType.php b/modules/islandora_install_profile_demo_core/src/Plugin/search_api/processor/LinkedAgentByType.php index 7255767f..5f80608d 100644 --- a/modules/islandora_install_profile_demo_core/src/Plugin/search_api/processor/LinkedAgentByType.php +++ b/modules/islandora_install_profile_demo_core/src/Plugin/search_api/processor/LinkedAgentByType.php @@ -61,7 +61,7 @@ public function getPropertyDefinitions(DatasourceInterface $datasource = NULL): ,"ato" => "Autographer (ato)" ,"ant" => "Bibliographic antecedent (ant)" ,"bnd" => "Binder (bnd)" - ,"islandora_install_profile_demod" => "Binding designer (islandora_install_profile_demod)" + ,"bdd" => "Binding designer (bdd)" ,"blw" => "Blurb writer (blw)" ,"bkd" => "Book designer (bkd)" ,"bkp" => "Book producer (bkp)" @@ -238,7 +238,7 @@ public function getPropertyDefinitions(DatasourceInterface $datasource = NULL): ,"prv" => "Provider (prv)" ,"pup" => "Publication place (pup)" ,"pbl" => "Publisher (pbl)" - ,"pislandora_install_profile_demo" => "Publishing director (pislandora_install_profile_demo)" + ,"pbd" => "Publishing director (pbd)" ,"ppt" => "Puppeteer (ppt)" ,"rdd" => "Radio director (rdd)" ,"rpc" => "Radio producer (rpc)"