We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d43f9 commit cbae95cCopy full SHA for cbae95c
lib/facets.rb
@@ -9,7 +9,7 @@ module Facets
9
start: ->(c) { c.name == 'Event' },
10
running_during: ->(c) { c.name == 'Event' },
11
include_hidden: ->(c) { c.method_defined?(:user_requires_approval?) },
12
- across_all_spaces: ->(_) { TeSS::Config.feature['spaces'] }
+ across_all_spaces: ->(c) { TeSS::Config.feature['spaces'] && c.method_defined?(:space_id) }
13
}.with_indifferent_access.freeze
14
15
CONVERSIONS = {
0 commit comments