Closed mlyne closed 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>
Confirmed. This is to do with the notification settings.
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'