Merging
This commit is contained in:
commit
a7abe02784
1 changed files with 0 additions and 3 deletions
|
@ -83,9 +83,6 @@ def menuitems_children(parent, context=None):
|
||||||
items_to_remove.append(menuitem)
|
items_to_remove.append(menuitem)
|
||||||
elif 'mitglied werden' in menuitem.title.lower() and remove_mitglied:
|
elif 'mitglied werden' in menuitem.title.lower() and remove_mitglied:
|
||||||
items_to_remove.append(menuitem)
|
items_to_remove.append(menuitem)
|
||||||
#menuitem.title = menuitem.trans_title
|
|
||||||
if context:
|
|
||||||
print(" title=%s ---- trans_title=%s" % (menuitem.title, menuitem.trans_title))
|
|
||||||
except AttributeError as ae:
|
except AttributeError as ae:
|
||||||
print("Menuitem %s has an issue :: %s" % (menuitem.title, str(ae)))
|
print("Menuitem %s has an issue :: %s" % (menuitem.title, str(ae)))
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue