Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Adding default $summary_fields for any ModelAdmin implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Morgan committed Dec 2, 2013
1 parent f106b51 commit f59cfc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/OpauthIdentity.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ class OpauthIdentity extends DataObject {
),
$has_one = array(
'Member' => 'Member',
),
$summary_fields = array(
'Member.Email' => 'MemberEmail',
'Provider' => 'Provider',
'UID' => 'UID',
);

protected
Expand Down

0 comments on commit f59cfc5

Please sign in to comment.