Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
1. Extended the feature to support upto level 4
2. Applied patch from issue #3115427 to use dependency injection.
3. Applied patch from issue #3112337 to correct dependencies and Drupal 9 readiness.
- config url provided in info file
- removed unused variable from AutocompleteSourceController
- current user service removed
- entityTypeManger injected but injection not required in class, as controllerbase already inherited that
- config.factory injected but injection not required in class, as controllerbase already inherited that
- db connection service removed
- Drupal 9 core_version_requirement added
#3105138: Event enrolment notification all says "Anonymous has enrolled..."
Event enrolment notification all says "Anonymous has enrolled..."
Event enrolment notifications all said "Anonymous has enrolled..." even if there was an existing user who enrolled. We made sure the users display name is shown again.