Skip to content

Commit 695ceee

Browse files
author
DIVYAM TAYAL
authored
fix: Add extra value paths for view speaker handler (#5405)
1 parent ca454e7 commit 695ceee

File tree

1 file changed

+1
-1
lines changed
  • app/controllers/events/view/speakers

1 file changed

+1
-1
lines changed

app/controllers/events/view/speakers/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default class extends Controller.extend(EmberTableControllerMixin) {
1515
{
1616
name : 'Name',
1717
valuePath : 'name',
18-
extraValuePaths : ['id'],
18+
extraValuePaths : ['id', 'event'],
1919
isSortable : true,
2020
headerComponent : 'tables/headers/sort',
2121
cellComponent : 'ui-table/cell/events/view/speakers/cell-buttons',

0 commit comments

Comments
 (0)