Skip to content

Commit

Permalink
Issue #423 - update selectedSurvey property on changed selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Tiele Westra committed Nov 4, 2013
1 parent fa2cb82 commit 41135a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dashboard/app/js/lib/views/reports/export-reports-views.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ FLOW.ExportReportsAppletView = FLOW.View.extend({

selectedSurvey: function () {
return FLOW.selectedControl.selectedSurvey.get('keyId');
}.property(),
}.property('FLOW.selectedControl.selectedSurvey'),

showRawDataReport: function () {
var sId = this.get('selectedSurvey');
Expand Down

0 comments on commit 41135a4

Please sign in to comment.