Skip to content

Commit

Permalink
Using filter_key instead of hardcoding 'id'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Ismail committed Aug 20, 2013
1 parent c0d04df commit d443805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/base_widgets/expanding_list.coffee
Expand Up @@ -205,7 +205,7 @@ define ['cs!widget'], (Widget) ->
provide custom URL parameters.
###
filterChange = {}
filterChange[@filter_key] = item.data('id')
filterChange[@filter_key] = item.data(@filter_key)
return filterChange

onRetract: (e) =>
Expand Down

0 comments on commit d443805

Please sign in to comment.