Switch object in the ability to access reports. This adapts to this change in Spree: 3685569db4

Adapt NavigationHelper to return the controller object for reports so that Reports tab works correctly.
This commit is contained in:
luisramos0
2019-03-23 17:42:10 +00:00
parent 1fc4b7fd2a
commit bc8bca074c
6 changed files with 15 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ module AbilityHelper
end
def have_link_to_enterprise_fee_summary
have_ability([:enterprise_fee_summary], for: :report)
have_ability([:enterprise_fee_summary], for: Spree::Admin::ReportsController)
end
def have_direct_access_to_enterprise_fee_summary