-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #354 from openimis/feature/wait-mutation
OP-2314 wait for mutation
- Loading branch information
Showing
3 changed files
with
25 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
from core.services.base import BaseService | ||
from core.services.base import BaseService, wait_for_mutation | ||
from core.services.userServices import create_or_update_interactive_user, create_or_update_user_roles, \ | ||
create_or_update_user_districts, create_or_update_officer_villages, create_or_update_officer, \ | ||
create_or_update_claim_admin, create_or_update_core_user, change_user_password, set_user_password, \ | ||
reset_user_password, user_authentication | ||
reset_user_password, user_authentication | ||
|
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