Set menu
This commit is contained in:
parent
5d3209b6f7
commit
e5a11a5a5c
@ -41,5 +41,6 @@ class Source(Base):
|
|||||||
def on_post_filter(self, context):
|
def on_post_filter(self, context):
|
||||||
for candidate in context['candidates']:
|
for candidate in context['candidates']:
|
||||||
candidate['dup'] = 1
|
candidate['dup'] = 1
|
||||||
|
candidate['menu'] = candidate['menu_abbr']
|
||||||
return context['candidates']
|
return context['candidates']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user