Add consumer-based RfC Visibility settings
This setting will be useful to increase data protection, where users might not be allowed to see RfCs from other contexts.
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
FactoryBot.define do
|
||||
factory :consumer do
|
||||
name { 'openHPI' }
|
||||
rfc_visibility { 'all' }
|
||||
singleton_consumer
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user