[gen] Bugfixes and use of Ref.autoref fto avoid circular references within cross-class Ref fields.
This commit is contained in:
parent
e1b6b1b951
commit
ef21375410
4 changed files with 60 additions and 30 deletions
|
@ -324,7 +324,6 @@ class ToolMixin(BaseMixin):
|
|||
|
||||
If p_refObject and p_refField are given, the query is limited to the
|
||||
objects that are referenced from p_refObject through p_refField.'''
|
||||
|
||||
params = {'ClassName': className}
|
||||
appyClass = self.getAppyClass(className, wrapper=True)
|
||||
if not brainsOnly: params['batch'] = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue