-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edit feature for facilities in organization | pincode, geo_organization info auto populates #9662
Open
Mahendar0701
wants to merge
43
commits into
ohcnetwork:develop
Choose a base branch
from
Mahendar0701:facility-edit
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 32 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
03fd617
pincode updated
Mahendar0701 d1a6ca1
Merge branch 'develop' into facility-edit
Mahendar0701 7db9c3a
populated geo_organization values
Mahendar0701 080f442
Merge branch 'develop' into facility-edit
Mahendar0701 8159f13
Merge branch 'develop' into facility-edit
Mahendar0701 fc0413e
Merge branch 'develop' into facility-edit
Mahendar0701 d0daf9c
autofill of state and districts
Mahendar0701 f7db9bc
Merge branch 'develop' into facility-edit
Mahendar0701 02a4ca0
Merge branch 'facility-edit' of https://github.com/Mahendar0701/care_…
Mahendar0701 ab383d5
translation
Mahendar0701 7dff65f
commit
Mahendar0701 4eda986
added usequery
Mahendar0701 c811b60
Merge branch 'develop' into facility-edit
Mahendar0701 d9078ad
Merge branch 'develop' into facility-edit
Mahendar0701 884fc82
Merge branch 'develop' into facility-edit
Mahendar0701 0f49a53
Merge branch 'facility-edit' of https://github.com/Mahendar0701/care_…
Mahendar0701 b6b2318
Merge branch 'develop' into facility-edit
Mahendar0701 fd3241f
moved useFetchOrganizationByName organizationapi.ts
Mahendar0701 f9d4e49
Merge branch 'facility-edit' of https://github.com/Mahendar0701/care_…
Mahendar0701 3a9dcbf
Merge branch 'develop' into facility-edit
Mahendar0701 e87535d
Merge branch 'develop' into facility-edit
Mahendar0701 213eb95
Merge branch 'develop' into facility-edit
Mahendar0701 87db767
added conditions
Mahendar0701 4599c93
Merge branch 'facility-edit' of https://github.com/Mahendar0701/care_…
Mahendar0701 8df1055
Merge branch 'develop' into facility-edit
Mahendar0701 80dde3f
added edit option
Mahendar0701 f63a324
Merge branch 'develop' into facility-edit
Mahendar0701 dcad86a
added edit option
Mahendar0701 0e370c9
Merge branch 'develop' into facility-edit
Mahendar0701 9b57759
resolved conflicts
Mahendar0701 a5d9d6e
Merge branch 'develop' into facility-edit
Mahendar0701 a932b00
autopopulation of existing details
Mahendar0701 15eb9d3
added i18n and pincode limit
Mahendar0701 f735ac9
added i18n and pincode limit
Mahendar0701 a68184f
link wrap in button
Mahendar0701 4a9f3a6
autofill pincode
Mahendar0701 43caefd
Merge branch 'develop' into facility-edit
Mahendar0701 5ffb199
added form.watch
Mahendar0701 5bda95e
Merge branch 'develop' into facility-edit
Mahendar0701 ed06a75
Merge branch 'develop' into facility-edit
Mahendar0701 f763eba
facility edit sheet
Mahendar0701 8dbda7e
Merge branch 'facility-edit' of https://github.com/Mahendar0701/care_…
Mahendar0701 ec1014e
Merge branch 'develop' into facility-edit
Mahendar0701 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file could be deleted now, no? 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Jacobjeevan this file is being used for updating facility in facility detials page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add an EditFacilitySheet (instead of modifying AddFacilitySheet) and call that component here and for the edit link in Organization Facilities page.