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:
@ -7,6 +7,11 @@ de:
|
||||
name: Name
|
||||
oauth_key: OAuth Key
|
||||
oauth_secret: OAuth Secret
|
||||
rfc_visibility: Sichtbarkeit von Kommentaranfragen
|
||||
rfc_visibility_type:
|
||||
all: Alle Kommentaranfrage sind sichtbar
|
||||
consumer: Nur Kommentaranfragen des aktuellen Konsumenten sind sichtbar
|
||||
study_group: Nur Kommentaranfragen der aktuellen Lerngruppe sind sichtbar
|
||||
execution_environment:
|
||||
docker_image: Docker-Image
|
||||
exposed_ports: Zugängliche Ports
|
||||
|
@ -7,6 +7,11 @@ en:
|
||||
name: Name
|
||||
oauth_key: OAuth Key
|
||||
oauth_secret: OAuth Secret
|
||||
rfc_visibility: Visibility of Request for Comments
|
||||
rfc_visibility_type:
|
||||
all: All Requests for Comments are visible
|
||||
consumer: Only Requests for Comments of the current consumer are visible
|
||||
study_group: Only Requests for Comments of the current study group are visible
|
||||
execution_environment:
|
||||
docker_image: Docker Image
|
||||
exposed_ports: Exposed Ports
|
||||
|
Reference in New Issue
Block a user