Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can _freeform2biblio allow other types besides book? #29

Open
ricofreak opened this issue Mar 27, 2024 · 2 comments
Open

Can _freeform2biblio allow other types besides book? #29

ricofreak opened this issue Mar 27, 2024 · 2 comments

Comments

@ricofreak
Copy link
Contributor

In _freeform2biblio:

1098 # We only want to create biblios for books
1099 return 0 unless $metadata->{type} eq 'book';

Can we allow other types to create bibs? For example, DVD?

@black23
Copy link

black23 commented Mar 27, 2024

+1

@ammopt
Copy link
Member

ammopt commented Mar 28, 2024

Hey, I don't see why not.
However, having it hardcoded wouldn't be great, I wonder if we could have some sort of configuration that would allow setting what "ILL type" corresponds to which "Koha item type" and if it should create a biblio or not, though I'm not sure what the best way of implementing this configuration would be.
I also want to bring attention to the following bug that intends to 'push' FreeForm into core as a native out of the box ILL backend:
Bug 35570 - Add a generic master form in ILL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants