Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #8 from SlateFoundation/develop
Browse files Browse the repository at this point in the history
Release: slate-core-data v1.1.3
  • Loading branch information
themightychris authored Feb 13, 2018
2 parents 36afafd + b553f43 commit a505a4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/model/course/SectionParticipant.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ Ext.define('Slate.model.course.SectionParticipant', {
{
name: 'PersonLastName',
mapping: 'Person.LastName'
},
{
name: 'PersonFullName',
calculate: function(data) {
return data.PersonFirstName + ' ' + data.PersonLastName;
}
}
],

Expand Down

0 comments on commit a505a4e

Please sign in to comment.