forked from ScoDoc/ScoDoc
migration photo_import_from_zip
This commit is contained in:
parent
4f56b9210c
commit
33391e7143
@ -582,7 +582,7 @@ def zip_excel_import_files(
|
|||||||
exceldata = xlsfile.read()
|
exceldata = xlsfile.read()
|
||||||
if not exceldata:
|
if not exceldata:
|
||||||
raise ScoValueError("Fichier excel vide ou invalide")
|
raise ScoValueError("Fichier excel vide ou invalide")
|
||||||
_, data = sco_excel.Excel_to_list(exceldata)
|
_, data = sco_excel.excel_bytes_to_list(exceldata)
|
||||||
if not data: # probably a bug
|
if not data: # probably a bug
|
||||||
raise ScoValueError("Fichier excel vide !")
|
raise ScoValueError("Fichier excel vide !")
|
||||||
# on doit avoir une colonne etudid et une colonne filename_title ('fichier_photo')
|
# on doit avoir une colonne etudid et une colonne filename_title ('fichier_photo')
|
||||||
|
@ -2094,6 +2094,7 @@ sco_publish(
|
|||||||
"/photos_import_files_form",
|
"/photos_import_files_form",
|
||||||
sco_trombino.photos_import_files_form,
|
sco_trombino.photos_import_files_form,
|
||||||
Permission.ScoEtudChangeAdr,
|
Permission.ScoEtudChangeAdr,
|
||||||
|
methods=["GET", "POST"],
|
||||||
)
|
)
|
||||||
sco_publish(
|
sco_publish(
|
||||||
"/photos_generate_excel_sample",
|
"/photos_generate_excel_sample",
|
||||||
|
Loading…
Reference in New Issue
Block a user