Skip to content

Commit

Permalink
Fixed editing own extended agent preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
jsinagowitz authored Jul 11, 2024
1 parent 63d3004 commit 37bef2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Kernel/Modules/AgentPreferences.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ sub Run {

if (
$EditUserID
&& $EditUserID != $Self->{UserID}
&& $Self->_CheckEditPreferencesPermission()
)
{
Expand Down

0 comments on commit 37bef2a

Please sign in to comment.