Skip to content

Commit

Permalink
Refer to AddJSBoolean() in the POD for AddJSData().
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Dec 17, 2024
1 parent df5feb7 commit e9a10d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Kernel/Output/HTML/Layout/Template.pm
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,8 @@ As a workaround, use C<"1"> for true and C<''> for false.
Value => { ... } # simple or complex data
);
Use C<AddJSBoolean()> for really passing boolean values.
=cut

sub AddJSData {
Expand Down

0 comments on commit e9a10d2

Please sign in to comment.