-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fe:FSADT1-1603): CLIENT_EDITOR Client Location Section - Edit - …
…Front-End (#1428) * add the Edit location button * reuse staff location group component on the Client edit page * emit "save" location patch data * move conversion functions to the application Service module * call the PATCH client API * fix json-patch path for addresses * call API to deactivate/reactivate location * lock scroll to the bottom while location container shrinks * test: LocationView * handle scroll on click Cancel Also moves scrolling function to the service module * test LocationView new features * update code interface for province and country * update error messages * auto-scroll to the top-notification error * validation check without side-effects * fix test * do not scroll to top on success * test: save location * test: location patch prefix and duplicate name validation * do not auto-scroll to the error message anymore * test: fix e2e test * test: fix tests by increasing the viewport * test: fix test by waiting to load the provinces list * text: fix attempt by changing the viewport * temp: run only the Location component * fix: local intercept * restore tests * test: fix test * Update ClientDetailsPage.vue * update location name on accordion header * cancel name change on accordion header * select reason code for address change * remove console logs * fix reasons patch format * fix: select reason for address change * simplify code to manage change reasons * test: select reason for Address change --------- Co-authored-by: Maria Martinez <[email protected]> Co-authored-by: Paulo Gomes da Cruz Junior <[email protected]>
- Loading branch information
1 parent
bb05fb1
commit 341a2d3
Showing
25 changed files
with
1,514 additions
and
221 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.