Skip to content
Snippets Groups Projects
Commit e2116489 authored by Oliver Hader's avatar Oliver Hader Committed by Oliver Hader
Browse files

[BUGFIX] Consider EqualityInterface in SourceCollection

The behavior of `EqualityInterface` has to be applied when
comparing instances that implement this interface to find
duplicates in a `SourceCollection`.
For instance two instances of `UriValue`, that have the same
URI value could not be handled correctly - either there are
duplicates, or values cannot be removed from a collection.

Resolves: #100621
Releases: main
Change-Id: I48e6d1d9006260065fee812d648274e0fbbf2d75
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78712


Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarChris Müller <typo3@krue.ml>
Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 391acb55
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment