Skip to content
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

Postgres Credential navigates while editing text #1502

Closed
1 of 2 tasks
jyeshe opened this issue Nov 30, 2023 · 2 comments · Fixed by #1511
Closed
1 of 2 tasks

Postgres Credential navigates while editing text #1502

jyeshe opened this issue Nov 30, 2023 · 2 comments · Fixed by #1511
Assignees
Labels
bug Newly identified bug unplanned Items included in a existing sprint that weren't part of the initial Sprint backlog

Comments

@jyeshe
Copy link
Contributor

jyeshe commented Nov 30, 2023

When creating a new Postgres credential on the first job of a new workflow, it navigates back automatically while typing the host.

Version
2ce6c7c after a mix do ecto.drop, ecto.setup

I have reproduced this locally on main:

  • Yes
  • No

To Reproduce

  1. Create a new workflow
  2. Create a Postgres credential for the first job
  3. Type the name
  4. Start typing the Host...
  5. See error
@jyeshe jyeshe added the bug Newly identified bug label Nov 30, 2023
@NickOpenFn NickOpenFn added the unplanned Items included in a existing sprint that weren't part of the initial Sprint backlog label Nov 30, 2023
@NickOpenFn
Copy link

Thanks @jyeshe - it's quite a biggie this, surprised no one else caught it yet! Sanity tested a bunch of other adaptors and didn't run into the same issue - so when this is picked up by an engineer, it would be great to know what the underlying issue is and if there is the potential that this affects other adaptors (or input fields in general) too.

@jyeshe
Copy link
Contributor Author

jyeshe commented Dec 1, 2023

the potential that this affects other adaptors (or input fields in general) too.

Hey Nick, I have added a test case for each adaptor/credential that uses "anyOf" to define multiple expected formats/types and it passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Newly identified bug unplanned Items included in a existing sprint that weren't part of the initial Sprint backlog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants