Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni authored Mar 24, 2023
2 parents f3515e2 + 8148e0b commit 4ab393f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -484,4 +484,5 @@ DEPENDENCIES
will_paginate (~> 3.0)

BUNDLED WITH
2.3.14
2.3.23

2 changes: 1 addition & 1 deletion app/controllers/concerns/submission_updater.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def save_submission(new_submission_hash)
@submission = LinkedData::Client::Models::OntologySubmission.new(values: submission_params(new_submission_hash))

update_ontology_summary_only
@submission.save
@submission.save(cache_refresh_all: false)
end

def update_submission(new_submission_hash)
Expand Down

0 comments on commit 4ab393f

Please sign in to comment.