-
- Downloads
Ensure APIv3 EntityRef fields always return the value of the `id_field`.
Usually it's safe to assume the `id_field` === "id", which is automatically returned by APIv3. However in the case of looking up records by name, etc. we must ensure that value gets returned.
Showing
- api/v3/Activity.php 2 additions, 0 deletionsapi/v3/Activity.php
- api/v3/Campaign.php 9 additions, 1 deletionapi/v3/Campaign.php
- api/v3/Event.php 8 additions, 1 deletionapi/v3/Event.php
- api/v3/MembershipType.php 1 addition, 0 deletionsapi/v3/MembershipType.php
- ext/afform/core/api/v3/Afform.php 8 additions, 1 deletionext/afform/core/api/v3/Afform.php
Please register or sign in to comment