From efc67978994bfe428e8c0dd4d90670a576ef717a Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Thu, 18 Jan 2024 06:49:57 -0500 Subject: [PATCH] Remove hard dependency on farm_ui_dashboard from farm_ui_map. We implement hook_farm_dashboard_panes() but that will only run if farm_ui_dashboard is enabled. It doesn't depend on it. Removing this hard dependency allows farm_ui_dashboard to be disabled without disabling farm_ui_map. --- modules/core/ui/map/farm_ui_map.info.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/core/ui/map/farm_ui_map.info.yml b/modules/core/ui/map/farm_ui_map.info.yml index 61e596877..14bb618cc 100644 --- a/modules/core/ui/map/farm_ui_map.info.yml +++ b/modules/core/ui/map/farm_ui_map.info.yml @@ -7,5 +7,4 @@ dependencies: - farm:asset - farm:farm_location - farm:farm_map - - farm:farm_ui_dashboard - farm:farm_ui_views