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

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |ommunity.org

--- Comment #19 from Jonathan Druart <[email protected]> 
---
A couple of questions:

1. Why do we have the hook before UpdateStats and logaction?
We could imagine a plugin that want to deal with them, and so get up-to-date
info

2. A renewal is identified by an issue_id, why don't we only pass the issue_id
to the plugin?
It could then retrieve the info it wants.
We should limit the number of params we pass, we only need to inform the plugin
"yeah, we've just renewed this!".
It will make the plugins' api more robust and maintainable IMO.

-- 
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/

Reply via email to