https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29016
--- Comment #53 from Kyle M Hall (khall) <[email protected]> --- Created attachment 198854 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198854&action=edit Bug 29016 [25.11.x]: (QA follow-up) Document the action_logs list controller Replace the empty =head3 stub with a proper synopsis explaining the URL, the supported filtering / ordering / embed surface, and the permission requirement. Aligns the controller with the documentation density of other Koha REST controllers and removes the "Missing POD" QA noise. Test plan: 1. perl -MKoha::REST::V1::ActionLogs -e '' (still loads) 2. perl -c Koha/REST/V1/ActionLogs.pm (still parses) 3. perldoc Koha/REST/V1/ActionLogs.pm (renders the new POD) Signed-off-by: Lucas Gass <[email protected]> -- 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/
