aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/imports_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/imports_controller.rb')
-rw-r--r--app/controllers/imports_controller.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/imports_controller.rb b/app/controllers/imports_controller.rb
index 916e5ac23..979c9bfcf 100644
--- a/app/controllers/imports_controller.rb
+++ b/app/controllers/imports_controller.rb
@@ -6,6 +6,10 @@ class ImportsController < BreadcrumbController
def show
show! do
+ @import = @import.decorate(context: {
+ workbench: @workbench
+ })
+
build_breadcrumb :show
end
end