JonathanGarro / SIMS-Portal

IFRC Surge Information Management Support Portal
4 stars 4 forks source link

Tigray emergency link broken #15

Closed danbjoseph closed 1 year ago

danbjoseph commented 1 year ago
Screen Shot 2023-03-20 at 9 25 30 AM

the link is this: https://d3s70q3c7pqvju.cloudfront.net/emergency/62

TypeError
TypeError: object of type 'NoneType' has no len()
Screen Shot 2023-03-20 at 9 25 18 AM
JonathanGarro commented 1 year ago

thanks dan. this was related to a line in the Python that was looking for the length of characters in the Activation Details field, which wasn't filled in. I thought I'd toggled data-required as True for this route, but I guess I missed it. This should be resolved by now requiring data there when creating a new emergency record, and the Tigray link should now be functional.