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:
Sebastian Serth
2023-02-20 09:35:21 +01:00
parent abede713f9
commit 9c3392b324
14 changed files with 146 additions and 14 deletions

View File

@ -3,6 +3,7 @@
FactoryBot.define do
factory :consumer do
name { 'openHPI' }
rfc_visibility { 'all' }
singleton_consumer
end