2 Dec
2022
2 Dec
'22
2:26 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32370 --- Comment #17 from Jonathan Druart <jonathan.druart+koha@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.