Skip to content

Commit

Permalink
Issue #3915: Improved ValueSet error message for dynamic field date d…
Browse files Browse the repository at this point in the history
…river.
  • Loading branch information
stefanhaerter authored and bschmalhofer committed Jan 3, 2025
1 parent 82dc314 commit 97b760f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/System/DynamicField/Driver/Date.pm
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ sub ValueSet {

$Kernel::OM->Get('Kernel::System::Log')->Log(
Priority => 'error',
Message => "The value $Param{Value} for the field Date is invalid!\n"
Message => "The value $ValueItem for the field Date is invalid!\n"
. "The date must be in format YYYY-MM-DD and the time must be 00:00:00",
);

Expand Down

0 comments on commit 97b760f

Please sign in to comment.