Block a user
linus
pushed to master at fsfe-system-hackers/ansible-unattended-upgrades
2025-06-15 08:29:06 +00:00
linus
created branch master in fsfe-system-hackers/ansible-unattended-upgrades
2025-06-15 08:29:06 +00:00
Generate ID from name for eForms
tedective_etl/ted_to_ocds/transform.py
Lines 527 to 535 in 0f8fb40017
supplier = ocds.Organization( |
|
id = str(uuid.uuid4()), |
|
roles={"supplier"} |
|
) |
|
supplier.name = name |
|
supplier.identifier = identifier |
|
supplier.address = address |
|
supplier.contactPoint = contactPoint |
|
supplier.details = details |
feat: adapted UI to allow date filtering