silverstripe-framework/src
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
..
conf Update deprecation PHPDocs to be PSR-5 compliant 2018-09-28 10:49:14 +02:00
Control FIX Handle admin_email array config 2022-03-10 10:37:47 +13:00
Core FIX Prioritise posix_getuid() when attempting to find current process owner (#10137) 2021-11-08 11:56:44 +13:00
Dev BUG When asserting an email was sent, sanitise both the To and From field 2021-09-09 19:23:37 +12:00
Forms Merge branch '4.8' into 4.9 2021-10-19 11:13:50 +13:00
i18n FIX Look for existing modules in vendor folder rather than base folder 2021-12-13 17:27:23 +13:00
includes FIX BASE_PATH fallback assumed wrong file location (#9977) 2021-07-08 11:11:39 +12:00
Logging Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01: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 error when executing method SSViewer::templates() when $subTemplates is still null 2021-08-05 12:10:06 +02:00