silverstripe-framework/tests/php
Guy Sartorelli 19bb72e7c7 FIX Correctly remove relations with ManyManyThroughList::removeall
Instead of just setting one side of the relation to null in the through
list, remove the rows entirely.
Remove only the relations which match the filters that have already been
set on the list.
This is consistent with the way ManyManyList works.

Also some small tidy-up (removing an unnecessary line break and an
unused "use" statement)
2022-05-05 11:21:51 +12:00
..
Control FIX Handle admin_email array config 2022-03-10 10:37:47 +13:00
Core FIX Harden hasMethod() against invalid values 2020-10-28 09:34:33 +13:00
Dev [CVE-2020-25817] Prevent loading of xml entities 2021-06-02 16:24:17 +12:00
Forms MNT Fix minor typos 2021-09-25 00:23:43 +12:00
i18n ENH Improve YamlReader exception message (#9731) 2020-10-12 22:38:13 +13:00
Logging Merge branch '4.3' into 4.4 2019-10-18 10:57:35 +13:00
ORM FIX Correctly remove relations with ManyManyThroughList::removeall 2022-05-05 11:21:51 +12:00
Security fix: remove login marker cookie on logout 2021-11-01 10:04:18 +11:00
View FIX Cache duplicate embeds separately 2021-06-29 12:17:07 +12:00