Summary: | value_builder plugins do not result in launcher subroutine running | ||
---|---|---|---|
Product: | Koha | Reporter: | Courtenay Johnson <courtenay.johnson> |
Component: | Cataloging | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | m.de.rooy |
Version: | 21.05 | ||
Hardware: | PC | ||
OS: | Linux | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Framework example to demonstrate problem |
Description
Courtenay Johnson
2021-10-25 17:05:39 UTC
Please share your cataloguing plugin code. (Via a patch or just copying into a comment.) And tell us which Koha version you are on. When I am reading your comment, I get the impression that you are mixing up two things: we have cataloguing/framework plugins and we have ... plugins containing custom perl code called by predefined plugin hooks for registered plugins. The cataloguing plugins are not governed by koha-conf.xml but via the framework in Administration. You connect those plugins on specific field/subfield. Created attachment 126906 [details]
Framework example to demonstrate problem
|