Skip to content

Commit

Permalink
Issue #2630: Aligned code structure with other modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter committed Nov 14, 2023
1 parent cb0f253 commit 32b1a0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Kernel/Modules/AgentTicketProcess.pm
Original file line number Diff line number Diff line change
Expand Up @@ -659,11 +659,9 @@ sub _RenderAjax {
Value => [ $Param{GetParam}{"DynamicField_$DynamicFieldConfig->{Name}"}[$i] ],
) || \%PossibleValues;

my $Name = "DynamicField_$DynamicFieldConfig->{Name}_$i";

# add dynamic field to the list of fields to update
push @JSONCollector, {
Name => $Name,
Name => "DynamicField_$DynamicFieldConfig->{Name}_$i",
Data => $DataValues,
SelectedID => $Param{GetParam}{"DynamicField_$DynamicFieldConfig->{Name}"}[$i],
Translation => $DynamicFieldConfig->{Config}->{TranslatableValues} || 0,
Expand Down

0 comments on commit 32b1a0a

Please sign in to comment.