Summary: | Plugin tasks 'type' issue with plugins | ||
---|---|---|---|
Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Component: | Architecture, internals, and plumbing | Assignee: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Status: | In Discussion --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | dcook, jonathan.druart, kyle, m.de.rooy, nick, tadeusz, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35070 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Bug 35624: Allow jobs to pass a calculated job_type parameter |
Description
Tomás Cohen Arazi (tcohen)
2023-12-20 22:15:25 UTC
Created attachment 160169 [details] [review] Bug 35624: Allow jobs to pass a calculated job_type parameter We also need to implement a way to have proper descriptions of those tasks, instead of the current "Unknown job type 'plugin_*'" I remember talking about this later because it was breaking the display of "cgi-bin/koha/admin/background_jobs.pl" but I can't recall what we discussed. (In reply to Tomás Cohen Arazi (tcohen) from comment #2) > We also need to implement a way to have proper descriptions of those tasks, > instead of the current "Unknown job type 'plugin_*'" I've attempted to improve this in https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39772 |