silverstripe-framework/tests/php
Sam Minnee 01d3b4fd96 FIX: Set many-many-through joinRecord on newly added records.
When many-many-through relations are queried, a joinRecord is set on
each DataObject in the list to provide the extra fields defined on
the connector object. This didn’t previously happen when the record
was first add()ed to a list. This fixes that bug.
2020-07-02 15:18:12 +12:00
..
Control Use short array syntax across the framework's codebase 2020-05-16 10:34:45 +01:00
Core Fix various typos in comments 2020-05-16 10:34:53 +01:00
Dev Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
Forms Merge branch '4.5' into 4 2020-05-26 14:31:06 +12:00
i18n Use short array syntax across the framework's codebase 2020-05-16 10:34:45 +01:00
Logging Merge branch '4.3' into 4.4 2019-10-18 10:57:35 +13:00
ORM FIX: Set many-many-through joinRecord on newly added records. 2020-07-02 15:18:12 +12:00
Security Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
View Use short array syntax across the framework's codebase 2020-05-16 10:34:45 +01:00