Merge pull request #60 from finnlabs/feature/24899-hide-breadcrumb-when-not-necessary

[24899] Hide breadcrumb when not necessary (PDF Export)
pull/6827/head
Oliver Günther 8 years ago committed by GitHub
commit 67430c0cf1
  1. 4
      app/controllers/export_card_configurations_controller.rb

@ -93,6 +93,10 @@ class ExportCardConfigurationsController < ApplicationController
redirect_to :action => 'index'
end
def show_local_breadcrumb
true
end
private
def cannot_update_default

Loading…
Cancel
Save