mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 09:05:30 +00:00
Added Lookup functions to template to do reverse lookups on works, issues and pieces
This commit is contained in:
@@ -109,7 +109,8 @@ func (p *GNDProvider) WriteCache(folder string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// TODO: Dont write persons already written
|
||||
// INFO: this writes all persons to the cache folder
|
||||
// We do that on every fetch, it's easier that way
|
||||
func (p *GNDProvider) writePersons(folder string) error {
|
||||
info, err := os.Stat(folder)
|
||||
if err == os.ErrNotExist {
|
||||
|
||||
Reference in New Issue
Block a user