Skip to content

Commit

Permalink
Merge branch 'development' into stage
Browse files Browse the repository at this point in the history
syphax-bouazzouni committed Oct 9, 2023
2 parents f007ec8 + 801b693 commit b13a300
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
@@ -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"]
}

0 comments on commit b13a300

Please sign in to comment.