Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fiction field: change type #3677

@PascalRepond

Description

@PascalRepond

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.

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions