[Koha-bugs] [Bug 32370] Provide a generic set of tools for JSON fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 2 15:26:52 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32370

--- Comment #17 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
108     $self->set_encoded_json_field( { data => $job_args,    field => 'data'
} );

120     $job_args->{job_id} = $self->id;

130     my $json_args = $self->data; # we pass the JSON string

137         my $encoded_args = Encode::encode_utf8( $json_args ); # FIXME We
should better leave this to Net::Stomp?


This is terribly wrong, we are loosing job_id...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list