Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show map on /locations #779

Merged
merged 7 commits into from Feb 3, 2024
Merged

Show map on /locations #779

merged 7 commits into from Feb 3, 2024

Commits on Feb 3, 2024

  1. 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.
    mstenta committed Feb 3, 2024
    Copy the full SHA
    efc6797 View commit details
    Browse the repository at this point in the history
  2. Fix MapBlock::build() map #behaviors.

    $this->configuration['map_behaviors'] will already be an
    array of values, not an associative array of behavior machine
    names and their labels. The necessary form value conversion
    using array_keys() happens in MapBlock::blockSubmit().
    mstenta committed Feb 3, 2024
    Copy the full SHA
    cce5132 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f7e6318 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    433747d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1b2ce0b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    dc00956 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    471e2cd View commit details
    Browse the repository at this point in the history