add file infobase info
This commit is contained in:
parent
1165606a37
commit
d289a41e4d
@ -22,6 +22,8 @@ def infobase_data_blank(name: str):
|
||||
'url': '',
|
||||
'directory': '',
|
||||
'vrd_filename': '',
|
||||
'infobase_filepath': '',
|
||||
'is_file_infobase': False,
|
||||
}
|
||||
|
||||
|
||||
@ -32,6 +34,8 @@ def publication_data(publication: WebPublication):
|
||||
'url': publication.url_path,
|
||||
'directory': publication.directory,
|
||||
'vrd_filename': publication.vrd_filename,
|
||||
'infobase_filepath': publication.infobase_filepath,
|
||||
'is_file_infobase': publication.is_file_infobase(),
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user