You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.
On pyrog, when we are on a source and we want to change the Database connection credentials, the get_owners function is called on form change, inducing a call of this function for each character we modify.
Expectation
It would be great to have only one call to the database
Environment
On our croissant VM
Additional context
Resolution
It would be better to make the database connexion uniform with the source creation : to have a "connect database" button which, on click, induces the database owner request
The text was updated successfully, but these errors were encountered:
nriss
changed the title
get_owners is launched onChange on database change form on pyrog
get_owners is launched onChange on database form on pyrog
Jan 11, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
On pyrog, when we are on a source and we want to change the Database connection credentials, the get_owners function is called on form change, inducing a call of this function for each character we modify.
Expectation
It would be great to have only one call to the database
Environment
On our croissant VM
Additional context
Resolution
It would be better to make the database connexion uniform with the source creation : to have a "connect database" button which, on click, induces the database owner request
The text was updated successfully, but these errors were encountered: