We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd6494c + 47ffdab commit 801b693Copy full SHA for 801b693
controllers/ontology_submissions_controller.rb
@@ -30,7 +30,7 @@ class OntologySubmissionsController < ApplicationController
30
check_last_modified_segment(LinkedData::Models::OntologySubmission, [ont.acronym])
31
check_access(ont)
32
options = {
33
- also_include_views: params["also_include_views"],
+ also_include_views: true,
34
status: (params["include_status"] || "ANY"),
35
ontology: params["acronym"]
36
}
0 commit comments