https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39772
Tomás Cohen Arazi (tcohen) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Tomás Cohen Arazi (tcohen) <[email protected]> --- (In reply to HKS3 Tadeusz Sośnierz from comment #2) > Happy to discuss other possible improvements – perhaps job-specific metadata > with human readable (and translatable?) names in them. This, however should > be a relatively non-invasive and yet noticeable improvement. I think this is a good first step. Ideally, we should either add a new hook for plugins to provide descriptions for background job types (e.g. `background_tasks_descriptions`), or even change the `background_tasks` return data structure to include descriptions. In such scenario, what you do here would be the fallback for when the plugin doesn't provide descriptions. So move forward. -- 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/
