From 96ccaea76ea64c9798db4d3bf065fc6fd6fdd075 Mon Sep 17 00:00:00 2001 From: Renee LeBeau Date: Tue, 19 May 2026 18:17:25 -0400 Subject: [PATCH] IULRDC-59 DataCORE Hide the Add Cloud Files button --- config/initializers/hyrax.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/initializers/hyrax.rb b/config/initializers/hyrax.rb index 7c89ffa3..8afcecbc 100644 --- a/config/initializers/hyrax.rb +++ b/config/initializers/hyrax.rb @@ -271,7 +271,7 @@ # If browse-everything has been configured, load the configs. Otherwise, set to nil. begin if defined? BrowseEverything - config.browse_everything = BrowseEverything.config + config.browse_everything = false # BrowseEverything.config else Rails.logger.warn "BrowseEverything is not installed" end