Skip to content

Commit

Permalink
fix: Event Identifier getting shown in Admin/User/Event (#4036)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushthedude authored Feb 9, 2020
1 parent d19fb4b commit 5679da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/admin/users/view/events/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export default class extends Controller.extend(EmberTableControllerMixin) {
return [
{
name : 'Name',
valuePath : 'id',
extraValuePaths : ['logoUrl', 'name', 'identifier', 'deletedAt'],
valuePath : 'name',
extraValuePaths : ['logoUrl', 'identifier', 'deletedAt'],
isSortable : true,
headerComponent : 'tables/headers/sort',
cellComponent : 'ui-table/cell/cell-event',
Expand Down

0 comments on commit 5679da2

Please sign in to comment.