mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-28 02:09:09 +01:00
Fixes an error that arises, when a plugin with search indices for repositories is removed and later on a repository is deleted. This led to a null pointer exception in the SearchableTypeResolver, but only because an "illegal" index detail without proper type was given as a parameter. This type cannot be resolved any longer due to the removed plugin. We therefore can simply filter these index details.