Commit d8c62e75 authored by Jean-Paul Smets's avatar Jean-Paul Smets

added table prefix to fields


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@796 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ee095144
......@@ -108,6 +108,7 @@ class Catalog(Persistent, Acquisition.Implicit, ExtensionClass.Base):
search_result = method(table=table)
for c in search_result:
keys[c.Field] = 1
keys['%s.%s' % (table, c.Field)] = 1 # Is this inconsistent ?
except:
pass
keys = keys.keys()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment