Skip to content

Commit

Permalink
user: fix size of country field on form
Browse files Browse the repository at this point in the history
Co-Authored-by: Bertrand Zuchuat <[email protected]>
  • Loading branch information
Garfield-fr committed Oct 10, 2023
1 parent 07a8796 commit cc3c59f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion rero_ils/modules/users/jsonschemas/users/user-v0.0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,18 @@
"maxLength": 255
},
"country": {
"$ref": "https://bib.rero.ch/schemas/common/countries-v0.0.1.json#/country"
"allOf": [
{
"form": {
"templateOptions": {
"itemCssClass": "col-lg-12"
}
}
},
{
"$ref": "https://bib.rero.ch/schemas/common/countries-v0.0.1.json#/country"
}
]
},
"home_phone": {
"title": "Home phone number",
Expand Down

0 comments on commit cc3c59f

Please sign in to comment.