added ability to use invite link more than once
This commit is contained in:
@ -669,7 +669,7 @@ export class Models {
|
||||
apiName: "InviteLink",
|
||||
paginated: false,
|
||||
create: {
|
||||
params: [["email", "group", "valid_until"]],
|
||||
params: [["email", "group", "valid_until", "reusable"]],
|
||||
form: {
|
||||
email: {
|
||||
form_field: true,
|
||||
@ -694,6 +694,14 @@ export class Models {
|
||||
label: "Valid Until",
|
||||
placeholder: "",
|
||||
},
|
||||
reusable: {
|
||||
form_field: true,
|
||||
type: "checkbox",
|
||||
field: "reusable",
|
||||
label: "Reusable",
|
||||
help_text: "reusable_help_text",
|
||||
placeholder: "",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user