ajenhl / eats

EATS is a web application for recording, editing, using and displaying authority information about entities.
GNU General Public License v3.0
7 stars 3 forks source link

Entity with no names breaks various views #7

Closed ajenhl closed 11 years ago

ajenhl commented 12 years ago

An entity with no names breaks the entity and search views. In views/display.py, entity_view gets the preferred name assertion's name, which breaks when that assertion is None. Search can die when a related entity's name does not exist.