Bug 31372 - Value builder for UNIMARC field 325
Summary: Value builder for UNIMARC field 325
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Julian Maurice
QA Contact: Katrin Fischer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-16 15:00 UTC by Jérémy Breuillard
Modified: 2024-11-07 16:09 UTC (History)
5 users (show)

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


Attachments
Bug 31372: Value builder for field 325 (15.16 KB, patch)
2022-08-17 10:22 UTC, Jérémy Breuillard
Details | Diff | Splinter Review
Bug 31372: Value builder for field 325 (15.32 KB, patch)
2022-09-02 10:02 UTC, Biblibre Sandboxes
Details | Diff | Splinter Review
Bug 31372: Value builder for field 325 (15.37 KB, patch)
2022-10-03 19:41 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jérémy Breuillard 2022-08-16 15:00:43 UTC
It could be usefull to have plugins where we can select values on field $325 : for the subfield $h and the subfield $j
Comment 1 Jérémy Breuillard 2022-08-17 10:22:13 UTC Comment hidden (obsolete)
Comment 2 Biblibre Sandboxes 2022-09-02 10:02:57 UTC
Created attachment 140098 [details] [review]
Bug 31372: Value builder for field 325

On page cataloging some plugins were added for subfields $h and $h from field $325

Test plan:
    1)Go to Home > Cataloging > New record
    2)Section 3 - field 325 : it contains lots of subfields (g, h, i, j...)
    3)Inputs are writable but notice that no plugins are suggested
    4)Apply patch and repeat 1) to 3)
    5)Values builders plugins are available for $h and $j

Signed-off-by: Thibault Keromnès <thibault.keromnes@univ-paris8.fr>
Comment 3 Katrin Fischer 2022-10-03 19:34:59 UTC
Wondering: Maybe you'd like to add the value builders to the default frameworks in a new bug?
Comment 4 Katrin Fischer 2022-10-03 19:41:58 UTC
Created attachment 141288 [details] [review]
Bug 31372: Value builder for field 325

On page cataloging some plugins were added for subfields $h and $h from field $325

Test plan:
    1)Go to Home > Cataloging > New record
    2)Section 3 - field 325 : it contains lots of subfields (g, h, i, j...)
    3)Inputs are writable but notice that no plugins are suggested
    4)Apply patch and repeat 1) to 3)
    5)Values builders plugins are available for $h and $j

Signed-off-by: Thibault Keromnès <thibault.keromnes@univ-paris8.fr>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 5 Katrin Fischer 2022-10-03 19:42:57 UTC
Had a bit of a hard time getting a UNIMARC environment. I ended up installing with MARC21, dropping db, recreating db and running the web installer. Not perfect, but worked well enough to be able to test :)
Comment 6 Tomás Cohen Arazi (tcohen) 2022-10-05 19:04:37 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!