Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Correct parameter passig
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard deMeester committed May 5, 2017
1 parent 996982c commit e0b8790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_configurator_wizard/wizard/product_configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def onchange(self, values, field_name, field_onchange):
cfg_val_ids = cfg_vals.ids + list(view_val_ids)

domains = self.get_onchange_domains(values, cfg_val_ids)
nvals = self.get_form_vals(dynamic_fields, domains)
nvals = self.get_form_vals(dynamic_fields, domains, cfg_step)
# Stop possible recursion by not including values which have
# previously looped
modified_dynamics = {k: v
Expand Down

0 comments on commit e0b8790

Please sign in to comment.