Skip to content

Commit 9e69ff9

Browse files
committed
Append full name to User API
1 parent 984decd commit 9e69ff9

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Implement `rowTemplateSelector` for customizing how ufTable rows are rendered (#787)
55
- Remove explicit references to `id` columns (#803)
66
- Fix Docker
7+
- Append full name to User API
78

89
## v4.1.12-alpha
910
- Separate out user action column from user status column

app/sprinkles/account/src/Database/Models/User.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ class User extends Model
8686
'deleted_at'
8787
];
8888

89+
protected $appends = [
90+
'full_name'
91+
];
92+
8993
/**
9094
* Cached dictionary of permissions for the user.
9195
*

0 commit comments

Comments
 (0)