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

YDENV: Add camp to AF, fix filtering by name and replace it with one … #54

Open
wants to merge 2 commits into
base: 5.x
Choose a base branch
from

Conversation

LeonidImagex
Copy link

…by id.

Copy link

@froboy froboy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LeonidImagex Thank you, this is very close. I'm seeing one issue here... (actually many warnings)

Warning: Undefined array key "Aurora YMCA" in Drupal\openy_activity_finder\OpenyActivityFinderSolrBackend->processResults() (line 490 of modules/contrib/yusaopeny_activity_finder/src/OpenyActivityFinderSolrBackend.php).
Warning: Undefined array key "Aurora YMCA" in Drupal\openy_activity_finder\OpenyActivityFinderSolrBackend->processResults() (line 489 of modules/contrib/yusaopeny_activity_finder/src/OpenyActivityFinderSolrBackend.php).

Please update those lines:

        'location_id' => $fields['field_session_location_nid']->getValues()[0],
        'location_info' => $locations_info[$fields['field_session_location_nid']->getValues()[0]] ?? [],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants