Skip to content
Snippets Groups Projects
Commit 5999e33e09bc authored by Aurelien Campeas's avatar Aurelien Campeas
Browse files

[entities] fetch_order -> cw_fetch_order (closes #3306293)

parent c937eca05e36
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
class Link(AnyEntity):
"""customized class for Link entities"""
__regid__ = 'Link'
fetch_attrs, fetch_order = fetch_config(['title', 'url'])
fetch_attrs, cw_fetch_order = fetch_config(['title', 'url'])
def dc_title(self):
return u'%s (%s)' % (self.title, self.url)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment