Change 1id_index back to using plain names, undoing an inadvertent change to names with title.
- Legacy-Id: 11986
This commit is contained in:
parent
a2c264b4b2
commit
807e89cb85
|
@ -239,7 +239,7 @@ def active_drafts_index_by_group(extra_values=()):
|
||||||
if d:
|
if d:
|
||||||
if "authors" not in d:
|
if "authors" not in d:
|
||||||
d["authors"] = []
|
d["authors"] = []
|
||||||
d["authors"].append(a.author.person.ascii_name())
|
d["authors"].append(a.author.person.plain_name())
|
||||||
|
|
||||||
# put docs into groups
|
# put docs into groups
|
||||||
for d in docs_dict.itervalues():
|
for d in docs_dict.itervalues():
|
||||||
|
|
Loading…
Reference in a new issue