[arvados] updated: 2.4.0-60-gf03791ad9
git repository hosting
git at public.arvados.org
Fri May 27 15:58:56 UTC 2022
Summary of changes:
apps/workbench/app/controllers/actions_controller.rb | 3 +++
1 file changed, 3 insertions(+)
via f03791ad900463b4ddffa3fc9970acd90abdfad7 (commit)
from 6f780839d353c7f2a0b0979754c21987207b49de (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit f03791ad900463b4ddffa3fc9970acd90abdfad7
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Fri May 27 11:33:42 2022 -0300
Merge branch '19144-wb-copy-collections-fix'. Closes #19144
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/apps/workbench/app/controllers/actions_controller.rb b/apps/workbench/app/controllers/actions_controller.rb
index 3667d8aca..df489d2ee 100644
--- a/apps/workbench/app/controllers/actions_controller.rb
+++ b/apps/workbench/app/controllers/actions_controller.rb
@@ -87,6 +87,9 @@ class ActionsController < ApplicationController
end
if resource_class == Collection
dst.manifest_text = Collection.select([:manifest_text]).where(uuid: src.uuid).with_count("none").first.manifest_text
+ # Fixes bug 19144: nullify some fields that are managed by keep-balance.
+ dst.storage_classes_confirmed = []
+ dst.storage_classes_confirmed_at = nil
end
when :move
dst = src
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list