New setting delegated_qa to store QA managers
This commit is contained in:
parent
e000778696
commit
d2f409db7a
11 changed files with 148 additions and 20 deletions
|
|
@ -87,6 +87,9 @@ type Settings struct {
|
|||
GlobalTopMessageVariant string `json:"globaltopmessagevariant,omitempty"`
|
||||
// HideHeader will hide the countdown and partners block on front pages.
|
||||
HideHeader bool `json:"hide_header,omitempty"`
|
||||
|
||||
// DelegatedQA contains the users allowed to perform administrative tasks on the QA platform.
|
||||
DelegatedQA []string `json:"delegated_qa,omitempty"`
|
||||
}
|
||||
|
||||
// ExistsSettings checks if the settings file can by found at the given path.
|
||||
|
|
|
|||
Reference in a new issue