Skip to content

Commit

Permalink
Swagger + IHM label
Browse files Browse the repository at this point in the history
  • Loading branch information
larousso committed Oct 16, 2024
1 parent 112e5e9 commit 65d9912
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions nio-server/conf/swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,13 @@
"description": "L'identifiant utilisateur",
"required": true,
"type": "string"
},
{
"name": "showExpiredConsents",
"in": "query",
"description": "Consentement expiré oui / non",
"required": false,
"type": "boolean"
}
],
"responses": {
Expand Down
2 changes: 1 addition & 1 deletion nio-server/javascript/src/nio/pages/GroupPermissionPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class Permission extends Component {
possibleValues={["OptIn", "OptOut"]}
errorKey={`${this.props.prefixe}permissions.${this.props.index}.type.required`}/>

<TextInput label={"Validité de la permission"}
<TextInput label={"Durée de validité de la permission"}
value={this.state.permission.validityPeriod}
onChange={(e) => this.onChange(e, "validityPeriod")}
disabled={this.props.readOnlyMode}
Expand Down

0 comments on commit 65d9912

Please sign in to comment.