-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CHI-2453 fix edit sections (duplicate PR) (#1929)
* fix: corrections to bug causing labels; chore:add cl prfileForm Sections * fix: edit page use of form details * translation: add profile translations * fix: corrections to bug causing labels; chore:add cl prfileForm Sections * cleanup: update nz form defintions * fix: clean up translations file * update cl profile section definition --------- Co-authored-by: Robert Bo Davis <bo@interrobang.consulting>
- Loading branch information
1 parent
836fabb
commit f901544
Showing
12 changed files
with
64 additions
and
43 deletions.
There are no files selected for viewing
19 changes: 11 additions & 8 deletions
19
hrm-form-definitions/form-definitions/as/v1/profileForms/Sections.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,29 @@ | ||
[ | ||
{ | ||
"name": "summary", | ||
"label": "Summary ", | ||
"label": "Summary", | ||
"editLabel": "Edit Summary", | ||
"type": "textarea", | ||
"rows": 20, | ||
"width": 300, | ||
"placeholder": "Enter a summary of the case" | ||
"width": 500, | ||
"placeholder": "Enter a summary of the client" | ||
}, | ||
{ | ||
"name": "recommended approach", | ||
"name": "recommendedApproach", | ||
"label": "Recommended Approach", | ||
"editLabel": "Edit Recommended Approach", | ||
"type": "textarea", | ||
"rows": 20, | ||
"width": 300, | ||
"placeholder": "Enter recommended approach " | ||
"width": 500, | ||
"placeholder": "Enter recommended approach" | ||
}, | ||
{ | ||
"name": "details", | ||
"label": "Details", | ||
"editLabel": "Edit Details", | ||
"type": "textarea", | ||
"rows": 20, | ||
"width": 300, | ||
"width": 500, | ||
"placeholder": "Enter Details" | ||
} | ||
] | ||
] |
11 changes: 11 additions & 0 deletions
11
hrm-form-definitions/form-definitions/cl/v1/profileForms/Sections.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[ | ||
{ | ||
"name": "summary", | ||
"label": "Summary", | ||
"editLabel": "Edit Summary", | ||
"type": "textarea", | ||
"rows": 20, | ||
"width": 500, | ||
"placeholder": "Ingrese un resumen del cliente" | ||
} | ||
] |
19 changes: 11 additions & 8 deletions
19
hrm-form-definitions/form-definitions/nz/v1/profileForms/Sections.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,29 @@ | ||
[ | ||
{ | ||
"name": "summary", | ||
"label": "Summary ", | ||
"label": "Summary", | ||
"editLabel": "Edit Summary", | ||
"type": "textarea", | ||
"rows": 20, | ||
"width": 300, | ||
"placeholder": "Enter a summary of the case" | ||
"width": 500, | ||
"placeholder": "Enter a summary of the client" | ||
}, | ||
{ | ||
"name": "recommended approach", | ||
"name": "recommendedApproach", | ||
"label": "Recommended Approach", | ||
"editLabel": "Edit Recommended Approach", | ||
"type": "textarea", | ||
"rows": 20, | ||
"width": 300, | ||
"placeholder": "Enter recommended approach " | ||
"width": 500, | ||
"placeholder": "Enter recommended approach" | ||
}, | ||
{ | ||
"name": "details", | ||
"label": "Details", | ||
"editLabel": "Edit Details", | ||
"type": "textarea", | ||
"rows": 20, | ||
"width": 300, | ||
"width": 500, | ||
"placeholder": "Enter Details" | ||
} | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters