Skip to content

Commit 801b693

Browse files
Merge branch 'fix/submission-filters-endpoints' into development
2 parents bd6494c + 47ffdab commit 801b693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/ontology_submissions_controller.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class OntologySubmissionsController < ApplicationController
3030
check_last_modified_segment(LinkedData::Models::OntologySubmission, [ont.acronym])
3131
check_access(ont)
3232
options = {
33-
also_include_views: params["also_include_views"],
33+
also_include_views: true,
3434
status: (params["include_status"] || "ANY"),
3535
ontology: params["acronym"]
3636
}

0 commit comments

Comments
 (0)