The order and structure that is returned when getting the export list from kobo_exports has been switched, leading to a series of problems in the functioning of this library. #23
The order that is returned when getting the export list has been switched so that the newest export appears first, leading to a series of problems in the functioning of this library. export_creator can no longer filter using post_export to obtain latest export. The structure of the list has also changed. This affects export_creator and what it returns because it changes what kobo_exports returns (which is something that may be troubling people that are using this library).
The order that is returned when getting the export list has been switched so that the newest export appears first, leading to a series of problems in the functioning of this library.
export_creator
can no longer filter usingpost_export
to obtain latest export. The structure of the list has also changed. This affectsexport_creator
and what it returns because it changes whatkobo_exports
returns (which is something that may be troubling people that are using this library).What once could be obtained from:
Now needs to be obtained as such