Commit Graph

11 Commits

Author SHA1 Message Date
552980e208 select correct isni record when adding authors
The original implementation of this was so, so broken.
Now it's not.
2021-11-01 11:34:32 +11:00
37148c5127 display isni bio with existing author name
If an existing author has an isni on record and it matches an author from the isni api call,
display the isni short description to aid with identifying the appropriate author.
2021-11-01 10:26:17 +11:00
3cfd31f1fe hide isni authors if isni in local db
Check the authors suggested from the local DB for a matching ISNI when pulling authors from ISNI.
i.e. we do not want to suggest the same author twice when we *know* it is the same author.
2021-10-31 20:48:47 +11:00
bce5f3f3b5 populate new authors with isni data
If a user selects an author pulled from the ISNI service when editing a book, use any relevant data from ISNI to populate the new author record.

This includes
- bio
- aliases
- isni
- wikipedia url
- viaf
2021-10-31 17:58:15 +11:00
87ed6f8380 code formatting 2021-10-29 21:14:32 +11:00
f2e4865adf check isni sources when editing book authors 2021-10-29 16:13:05 +11:00
97cc129478 Updates calls to privacy_filter 2021-10-06 10:37:09 -07:00
889930aa69 Fixes create book flow for search refactor 2021-10-03 11:55:16 -07:00
4787d854b8 require auth on resolve book endpoint 2021-10-03 09:19:19 -07:00
6902ffc4c3 Adds missing view file 2021-09-30 22:22:32 -07:00
33b3b518e8 Move views into subdirectory 2021-09-29 13:42:27 -07:00