Bug 27146 - add pluggability to save/store on add/edit bibliographic data
Summary: add pluggability to save/store on add/edit bibliographic data
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-03 14:14 UTC by Mark Hofstetter
Modified: 2024-07-04 20:37 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hofstetter 2020-12-03 14:14:12 UTC
as discussed on IRC on 2.12.2020

on editing bibliograpic data
cgi-bin/koha/cataloguing/addbiblio.pl

quite often "functional defaults" are needed, like dates, sequence numbers and so on

mostly those values should be transparent for the users ie those values must not be edited or even not seen by the users

the only possibility at the moment (at least I am aware of) are the value_builder plugins 
/usr/share/koha/intranet/cgi-bin/cataloguing/value_builder

which need a least some user intervention, like clicking the fields

good examples are controlnumber 001 and 005 (maybe 003)  which mostly would need no user intervention at all

see bug 
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9921
Comment 1 Katrin Fischer 2023-07-01 14:32:38 UTC
It looks like we have after_biblio_action as a hook that should work here. Please reopen if I misunderstood!