Skip to content

Commit

Permalink
Issue #2987: Removed changes to driver Set.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter authored and svenoe committed Feb 26, 2024
1 parent 1e21e55 commit 052a6c3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Kernel/System/DynamicField/Driver/Set.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ use Kernel::System::VariableCheck qw(:all);

our @ObjectDependencies = (
'Kernel::System::DynamicField',
'Kernel::System::DynamicFieldValue',
'Kernel::System::DynamicField::Backend',
'Kernel::Output::HTML::DynamicField::Mask',
'Kernel::System::Log',
Expand Down Expand Up @@ -168,19 +167,6 @@ sub ValueSet {
}
}

# set index_set to check how many set values we have
my $Success = $Kernel::OM->Get('Kernel::System::DynamicFieldValue')->ValueSet(
FieldID => $Param{DynamicFieldConfig}->{ID},
ObjectID => $Param{ObjectID},
Value => [
{
ValueText => 'set_index',
IndexSet => scalar @SetValue,
},
],
UserID => $Param{UserID},
);

return 1;
}

Expand Down

0 comments on commit 052a6c3

Please sign in to comment.