settings: Add IgnoreTeamMembers
This commit is contained in:
parent
e6aadfdd8b
commit
cf1d8d9516
3 changed files with 10 additions and 1 deletions
|
|
@ -57,6 +57,8 @@ type FICSettings struct {
|
|||
DenyTeamCreation bool `json:"denyTeamCreation,omitempty"`
|
||||
// DenyNameChange disallow Team to change their name.
|
||||
DenyNameChange bool `json:"denyNameChange,omitempty"`
|
||||
// IgnoreTeamMembers don't ask team to have known members.
|
||||
IgnoreTeamMembers bool `json:"ignoreTeamMembers,omitempty"`
|
||||
// AcceptNewIssue enables the reporting system.
|
||||
AcceptNewIssue bool `json:"acceptNewIssue,omitempty"`
|
||||
// QAenabled enables links to QA interface.
|
||||
|
|
|
|||
Reference in a new issue