intermine / im-tables

Dynamic Result Table Library
Other
9 stars 27 forks source link

Saving list from results throws error #73

Closed mlyne closed 11 years ago

mlyne commented 11 years ago

From template: Pathway --> genes

Making a list of genes gives error: XML is well formatted but query contains errors: Path Pathway.organism.name in view list is not in the model.

Console: Error: Permission denied to access property 'toString'

<query model="genomic" view="Pathway.identifier Pathway.name Pathway.genes.primaryIdentifier Pathway.genes.symbol" sortOrder="Pathway.identifier ASC" constraintLogic="B and C and A" >
  <constraint path="Pathway.name" op="CONTAINS" code="A" value="metabolism" />
  <constraint path="Pathway.dataSets.name" op="=" code="B" value="KEGG pathways data set" />
  <constraint path="Pathway.genes.organism.name" op="=" code="C" value="Drosophila melanogaster" />
</query>
alexkalderimis commented 11 years ago

Confirmed. This is to do with the notification settings.