--- a/goa/appobjects/components.py Thu May 14 10:24:56 2009 +0200
+++ b/goa/appobjects/components.py Thu May 14 11:38:40 2009 +0200
@@ -23,7 +23,7 @@
to search for something to link to the edited eid
"""
id = 'search-associate'
-
+
__select__ = one_line_rset() & match_search_state('linksearch') & accept
def cell_call(self, row, col):
@@ -43,7 +43,7 @@
binary = True
content_type = 'image/png'
def call(self):
- """display global schema information"""
+ """display global schema information"""
skipmeta = not int(self.req.form.get('withmeta', 0))
if skipmeta:
url = self.build_url('data/schema.png')