Skip to content

Commit

Permalink
Issue #2360: Updated comment in customer user dynamic field driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter committed Jul 20, 2023
1 parent ec591df commit 47ccebd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Kernel/System/DynamicField/Driver/CustomerUser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ sub new {

# set field behaviors
$Self->{Behaviors} = {
'IsACLReducible' => 0,

# TODO Check if this makes sense
'IsACLReducible' => 0,
'IsNotificationEventCondition' => 0,
'IsSortable' => 0,
'IsFiltrable' => 0,
Expand Down

0 comments on commit 47ccebd

Please sign in to comment.