fix(email_account): select backend_app_flow when retrieving email_account
This commit is contained in:
parent
d0c3a8ee56
commit
01916192be
1 changed files with 1 additions and 0 deletions
|
|
@ -887,6 +887,7 @@ def pull(now=False):
|
|||
.select(
|
||||
doctype.name,
|
||||
doctype.auth_method,
|
||||
doctype.backend_app_flow,
|
||||
doctype.connected_app,
|
||||
doctype.connected_user,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue