-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Handle case newaccount in Account Query DB #9382
Conversation
Merge release/2.0.x to master
Merge release/2.0.x into master
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.
So this will help with permission and update to new user and owners that's great look great as well
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 PR should be against develop not master
And if its something we plan to backport, an additional PR should be opened against the release/2.0.x branch |
Can we have some tests added to cover this case please. |
The bug is against 2.0.x so, we should push to develop and backport or commit to 2.0.x and upport eitherway |
It looks like the original author omitted tests in general (hey, that was me). I agree we should add them |
I went ahead and adjusted this PR's base to |
Okay, I will add some tests. |
Looks like feature "Account Query DB" has not been added to the develop branch yet as per EPE-106. |
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.
Tests look good to me.
Change Description
To fix issue #9278, adding code to handle case newaccount so new created accounts can be returned by calling API get_accounts_by_authorizers.
Change Type
Select ONE
API Changes