mukil / dm4-kiezatlas-website

The module composing the Kiezatlas 2.0 website and its services. Relaunched in April, 2018
https://kiezatlas.berlin
Other
1 stars 0 forks source link

Accessing to geo object with no name throws a 500 server error #13

Closed mukil closed 6 years ago

mukil commented 6 years ago

Five new geo objects entered by users have no name.

Subsequently accessing the name via templates caused the server to throw this critical error. Geo objects might not have a "Name".

  1. To rescue the five items we need to make the template logic more robust.
  2. Names are mandatory input fields, find the bug and let's make sure that this never happens again.
mukil commented 6 years ago

Thanks SZ for reporting!

mukil commented 6 years ago

I was a bit fast with my conclusions regarding the stacktrace :/ This is not the issue. The underlying issue is "No geo coordinates set" on geo object, which should not but can happen.