mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
469e7ca01b
Comparing every single field is unnecessary and brittle, only the IDs need to be compared. Notably this tripped over a potential bug fix in https://github.com/silverstripe/silverstripe-framework/pull/8591 but the change should be incorporated regardless.