- Issue created by @joey-santiago
- @joey-santiago opened merge request.
- 🇫🇮Finland joey-santiago
Fixed an issue: if the search_on setting is used, then calls to the matcher cause 5xx errors. Now the code uses the search_on for users only.
- 🇪🇪Estonia hkirsman
Adding patch with some change
- Added test for EntityInfoGetter class although definitely more would be needed
- Split up EntityInfoGetter::getInfo() to have less cognitive complexity
- Fix all issues reported by https://github.com/wunderio/code-quality
- Make EntityInfoGetter::getInfo() also parse token when it's user field. It was defaulting to what is now generateDefaultString() because entity was "not known" which really meant that there was no $this->entity->getEntityType()->id() === 'user' ? $knownType = 'user'