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.
This commit is contained in:
Michael Stenta 2024-01-18 06:49:57 -05:00
parent 70eb37cbf9
commit efc6797899
1 changed files with 0 additions and 1 deletions

View File

@ -7,5 +7,4 @@ dependencies:
- farm:asset
- farm:farm_location
- farm:farm_map
- farm:farm_ui_dashboard
- farm:farm_ui_views