clld / glottolog3

glottolog2 re-implemented as CLLD app
MIT License
108 stars 25 forks source link

Dialect-level languoids shown as 'safe' by default, should rather be 'unknown' (or at least <= parent.status) #112

Closed d97hah closed 5 years ago

d97hah commented 5 years ago

Possibly solution, change initdb.py Line 275:

status=models.LanguoidStatus.get(lang.endangerment.name if lang.endangerment else 'safe'),

to

status=models.LanguoidStatus.get(lang.endangerment.name if lang.endangerment else 'unknown'),

xrotwang commented 5 years ago

Endangerment info is now not inherited at all.