remove obsolete code
This commit is contained in:
parent
937f2ee8b0
commit
ff0e19a72c
1 changed files with 0 additions and 4 deletions
|
@ -127,10 +127,6 @@ class PartyStateField(StateField):
|
||||||
class PartyQueryField(TargetField):
|
class PartyQueryField(TargetField):
|
||||||
|
|
||||||
def getVocabularyItems(self, row=None, context=None, request=None):
|
def getVocabularyItems(self, row=None, context=None, request=None):
|
||||||
#if context is None:
|
|
||||||
# context = row.context
|
|
||||||
#if request is None:
|
|
||||||
# request = row.parent.context.view.request
|
|
||||||
concepts = context.getLoopsRoot().getConceptManager()
|
concepts = context.getLoopsRoot().getConceptManager()
|
||||||
sourceQuery = concepts.get('participants')
|
sourceQuery = concepts.get('participants')
|
||||||
if sourceQuery is None:
|
if sourceQuery is None:
|
||||||
|
|
Loading…
Add table
Reference in a new issue