Merge pull request #6024 from sboursen-scinote/sb_SCI-9076

Fix shared task view issues [SCI-9076]
This commit is contained in:
artoscinote 2023-08-21 09:35:37 +02:00 committed by GitHub
commit 2dc76f3a2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ module SecondaryNavigationHelper
end
def is_module_results?
action_name == 'results'
%w(results results_show).include?(action_name)
end
def is_module_activities?