Skip to content

Commit

Permalink
[FIX] mis_builder: avoid calling compute twice in widget
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed May 15, 2016
1 parent c6e0afe commit 4dd0aec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mis_builder/static/src/js/mis_builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ var MisReport = form_common.FormWidget.extend({
self.mis_report_instance_id = self.getParent().datarecord.id
if (self.mis_report_instance_id) {
self.getParent().dataset.context['no_destroy'] = true;
self.generate_content();
} else {
self.display_settings();
}
Expand Down

0 comments on commit 4dd0aec

Please sign in to comment.