Skip to content

Commit

Permalink
Merge pull request #4223 from pvanheus/patch-3
Browse files Browse the repository at this point in the history
Correct name of neo4j datatype class
  • Loading branch information
bgruening committed Jun 24, 2017
2 parents a910763 + 0092874 commit 73faf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/plugins/interactive_environments/neo/config/neo.xml
Expand Up @@ -7,7 +7,7 @@
<model_class>HistoryDatasetAssociation</model_class>
<!-- here you filter out which types of datasets are appropriate for this GIE.
The Neo4jDB datatype is generated by the build_ctb_gene tool in the test toolshed.-->
<test type="isinstance" test_attr="datatype" result_type="datatype">Neo4jDB.Neo4jDB</test>
<test type="isinstance" test_attr="datatype" result_type="datatype">neo4j.Neo4jDB</test>
<to_param param_attr="id">dataset_id</to_param>
</data_source>
</data_sources>
Expand Down

0 comments on commit 73faf7c

Please sign in to comment.