Skip to content

Commit

Permalink
fixed: dropdown element in repeat group - id not correctly set so was…
Browse files Browse the repository at this point in the history
…nt getting added to form.elements in js - so its name wasnt updated when repeat group added
  • Loading branch information
pollen8 committed Jan 3, 2014
1 parent 0117a73 commit 970c423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/fabrik_element/dropdown/dropdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public function render($data, $repeatCounter = 0)
$settings = array();
$settings['list.select'] = $selected;
$settings['option.id'] = $id;
$settings['id'] = $id;
$settings['list.attr'] = $attribs;
$settings['group.items'] = null;

Expand Down

0 comments on commit 970c423

Please sign in to comment.