Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Commit 2389cad

Browse files
committed
Export files "hide" bit when exporting items
Connects to sul-dlss/happy-heron#1199
1 parent 730aafa commit 2389cad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/export-items

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ def files(item)
7070
map do |object_file|
7171
{
7272
path: File.realdirpath(object_file.current_path),
73-
label: object_file.label
73+
label: object_file.label,
74+
hide: object_file.hide
7475
}
7576
end
7677
end

0 commit comments

Comments
 (0)