From bbb231ec4b97fe3b521aec7e550198a9ad064018 Mon Sep 17 00:00:00 2001 From: "Michael J. Giarlo" Date: Thu, 25 Feb 2021 16:35:49 -0800 Subject: [PATCH] Export files "hide" bit when exporting items Connects to sul-dlss/happy-heron#1199 --- bin/export-items | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/export-items b/bin/export-items index 0abd1bd3..a6dbaddb 100755 --- a/bin/export-items +++ b/bin/export-items @@ -70,7 +70,8 @@ def files(item) map do |object_file| { path: File.realdirpath(object_file.current_path), - label: object_file.label + label: object_file.label, + hide: object_file.hide } end end