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

Genre/form upload #5

Open
P-Nak opened this issue Nov 21, 2018 · 4 comments
Open

Genre/form upload #5

P-Nak opened this issue Nov 21, 2018 · 4 comments

Comments

@P-Nak
Copy link

P-Nak commented Nov 21, 2018

Generated genre/form records are not uploaded.
At the moment i change this value to GENRE_FORM so that it would work.
After load_file step i change it back via SQL.

@fredericd
Copy link
Owner

I don't understand. Could you be more specific? describe what you are doing, step-by-step, and where it fails.

@P-Nak
Copy link
Author

P-Nak commented Nov 21, 2018

Firstly i created auth.conf file where i set one of the authcodes as GENRE/FORM.
Then i generated a txt from that .conf and ran load_from_file.
After that i saw that GENRE/FORM values that were generated were not imported into DB.
So as a temporary workaround i changed authcode value to GENRE_FORM and only after i uploaded these values to DB i changed them back to GENRE/FORM in SQL.

@fredericd
Copy link
Owner

OK. So it's kind of a bug. But if I was you, I would modify my Koha configuration. Avoid special characters, slash (/), even underscore (_) in authority type name. Replace GENRE/FORM with GENRE for example.

@P-Nak
Copy link
Author

P-Nak commented Nov 21, 2018

Ok, thanks.
The thing is that is the default value for genre authority type.
Other authority types have only underscore in their name.
I'm not quite sure that modifying that value permanently won't break anything though.

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

2 participants