3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

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

View file

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