Skip to content

Commit

Permalink
Merge branch 'fix/submission-filters-endpoints' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Oct 9, 2023
2 parents bd6494c + 47ffdab commit 801b693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/ontology_submissions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class OntologySubmissionsController < ApplicationController
check_last_modified_segment(LinkedData::Models::OntologySubmission, [ont.acronym])
check_access(ont)
options = {
also_include_views: params["also_include_views"],
also_include_views: true,
status: (params["include_status"] || "ANY"),
ontology: params["acronym"]
}
Expand Down

0 comments on commit 801b693

Please sign in to comment.