Update edition ranks when work is saved
This commit is contained in:
parent
6db64e33e4
commit
83852e29eb
4 changed files with 26 additions and 1 deletions
|
@ -41,6 +41,7 @@ class Edition(Book):
|
|||
pages: int = None
|
||||
physicalFormat: str = ''
|
||||
publishers: List[str] = field(default_factory=lambda: [])
|
||||
editionRank: int = 0
|
||||
|
||||
type: str = 'Edition'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue