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

--- Comment #2 from Jonathan Druart <[email protected]> ---
For 2. We are not hitting the code that is supposed to deal with rfc3339 (in
Koha::Object->attributes_from_api) because the date is in 'q'.

Koha/REST/Plugin/Objects.pm
160             my ( $filtered_params, $reserved_params ) =
$c->extract_reserved_params($args);

212             # Call the to_model function by reference, if defined
213             if ( defined $filtered_params ) {
214 
215                 # Apply the mapping function to the passed params
216                 $filtered_params =
217                   $result_set->attributes_from_api($filtered_params);
218                 $filtered_params =
219                   $c->build_query_params( $filtered_params,
$reserved_params );
220             }


q is in $reserved_params;
{
    q   [
        [0] "{\"enqueued_on\":{\">\":\"2024-09-04T09:26:52-03:00\"}}"
    ]
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
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/

Reply via email to