implement leerdoelen_converter and bugfixes with storage_uri
All checks were successful
Build & Push / Build & Push image (push) Successful in 1m1s
All checks were successful
Build & Push / Build & Push image (push) Successful in 1m1s
This commit is contained in:
@@ -180,6 +180,8 @@ def rebuild_index():
|
||||
'naam': vak_naam(vak_id),
|
||||
'aantalDoelzinnen': len(doelzinnen),
|
||||
'versie': data.get('versie', '?'),
|
||||
'bronDatum': data.get('bronDatum'), # 'gewijzigd' uit Excel metadata
|
||||
'bronBestand': data.get('bronBestand'), # originele bestandsnaam
|
||||
})
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user