Merge pull request #2994 from aignatov-bio/ai-sci-5285-fix-protocol-revert-from-repository

Fix protocol revert from repository [SCI-5285]
This commit is contained in:
Urban Rotnik 2020-12-04 12:25:36 +01:00 committed by GitHub
commit 342eb34925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<% assets = step.assets %>
<% assets = step.assets.joins(file_attachment: :blob) %>
<% current_order = step.current_view_state(current_user).state.dig('assets', 'sort') %>
<div class="col-xs-12">
<hr>

View file

@ -2135,7 +2135,7 @@ en:
thumbnail_html: "<i class=\"fas fa-th-large\"></i> Medium"
list_html: "<i class=\"fas fa-list\"></i> List"
delete_file_modal:
title: "Delete attachement"
title: "Delete attachment"
description_1_html: "You are about to delete <b>%{file_name}</b></p>"
description_2: "Are you sure you want to continue?"
confirm_button: "Delete attachment"