Skip to content

Commit

Permalink
workaround for unstable bug
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg committed Aug 15, 2024
1 parent a944b14 commit 26bbabe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@
dynapi:requiresParameter <https://vivoweb.org/procedure/get_select_from_container/parameter/container_select_item> ;
dynapi:requiresParameter <https://vivoweb.org/procedure/create_report/parameter/container/query_graph_names> ;
dynapi:requiresParameter <https://vivoweb.org/procedure/create_report/parameter/report_generator_operation_uri> ;
dynapi:requiresParameter <https://vivoweb.org/procedure/create_report/parameter/default_graph_parameter_uri> ;
dynapi:call <https://vivoweb.org/procedure/add_report_generator_select_query> .

<https://vivoweb.org/procedure/create_report/fill_in_select_query_templates/output_descriptor>
Expand Down Expand Up @@ -688,6 +689,7 @@
a dynapi:Parameter ;
dynapi:name "data_source_names" ;
dynapi:defaultValue "[]" ;
dynapi:isInternal "true"^^xsd:boolean ;
dynapi:hasType <https://vivoweb.org/ontology/vitro-dynamic-api/parameter/type/JsonContainer> .


Expand Down

0 comments on commit 26bbabe

Please sign in to comment.