Revision 7647d46a
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/Template/Plugin/JSON.pm | ||
---|---|---|
21 | 21 |
my ($self, %params) = @_; |
22 | 22 |
|
23 | 23 |
if (!$self->{json}) { |
24 |
$self->{json} = JSON->new->allow_nonref(1); |
|
24 |
$self->{json} = JSON->new->allow_nonref(1)->convert_blessed(1);
|
|
25 | 25 |
|
26 | 26 |
my $args = $self->{json_args}; |
27 | 27 |
|
Auch abrufbar als: Unified diff
Refactoring: Parameterredesign SL::Controller::Base::render und SL::Presenter::render
Conflicts:
SL/Controller/FinancialControllingReport.pm
SL/Controller/ProjectType.pm