Skip to content

Commit

Permalink
fix(targetticket): js error for associated element settings
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Aug 22, 2019
1 parent 7f67076 commit 3548783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/targetticket.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ protected function showAssociateSettings($rand) {
echo '<td width="45%">';
Dropdown::showFromArray('associate_rule', static::getEnumAssociateRule(), [
'value' => $this->fields['associate_rule'],
'on_change' => 'plugin_formcreator_change_associate()',
'on_change' => "plugin_formcreator_change_associate($rand)",
'rand' => $rand
]);
echo Html::scriptBlock("plugin_formcreator_change_associate($rand)");
Expand Down

0 comments on commit 3548783

Please sign in to comment.