web/views/forms.py
changeset 3476 6e927b729ae1
parent 3467 a6405235aac6
child 3524 a3431f4e2f40
--- a/web/views/forms.py	Fri Sep 25 11:30:59 2009 +0200
+++ b/web/views/forms.py	Fri Sep 25 11:49:47 2009 +0200
@@ -547,8 +547,7 @@
                 break
         return result
 
-    def srelations_by_category(self, categories=None, permission=None,
-                               strict=False):
+    def editable_relations(self):
         return ()
 
     def should_display_add_new_relation_link(self, rschema, existant, card):