https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32370
--- Comment #17 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
