-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
correctionAn implemented feature doesn't work as expected.An implemented feature doesn't work as expected.
Description
How it works
The recently added fiction document field was set as a boolean. However, this does not work well with our editor since it is impossible to set it as "False".
Improvement suggestion
Change this field to a string-enum with three possible values: "Fiction"/"Non-fiction"/"Unspecified". Default: "Unspecified"
Title: fiction_statement
Name Fiction Statement
Enum: "Fiction"/"Non-fiction"/"Unspecified".
Default: "Unspecified"
Adapt all the code to this change:
- alembic script
- import code from MARC/UNIMARC
Metadata
Metadata
Assignees
Labels
correctionAn implemented feature doesn't work as expected.An implemented feature doesn't work as expected.
Type
Projects
Status
Done