https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20028
--- Comment #20 from Lari Taskula <[email protected]> --- (In reply to Josef Moravec from comment #11) > Hm, i am just thinking about using $RESULTSET_PATRON_ID_MAPPING from > Koha::Patron and define the method Koha::Patron->takeout - does it make > sense? This looks interesting. Can we consider it a reliable source of information for all patron data? It should be easy to return all that data from the method itself, but how would we convert the schema names themselves to match desired REST API terminology? Perhaps with the help of Koha::Schema::Result::*->koha_object_class() (can we assume the class names of Koha objects follow the expected terminology)? -- 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/
