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
When creating a new credential, the credential modal displays unexpected options: Test-tmp and Testing. These options are not expected in the list of available credentials.
Version number
The version of Lightning where the bug was observed:
v2.10.4
If you're running locally with an unreleased version, include the commit SHA: 19bd2bf0fd
I have reproduced this locally on main:
Yes
No
To Reproduce
Steps to reproduce the behavior:
Navigate to the "Credentials" section.
Click on "Add New Credential."
Open the dropdown list to select a credential.
Observe the presence of unexpected options: Test-tmp and Testing.
Expected behavior
Only valid adaptors and user-defined OAuth credential options should appear in the list. The Test-tmp and Testing options should not be displayed.
Screenshots
A screenshots of the credential form showing the unexpected options.
The text was updated successfully, but these errors were encountered:
Thanks @mtuchi. I think this is because we fetching the list of adaptors to display here from the list of the packages on the adaptors repo. We should consider filtering the list or adding tags that will allow lightning to know if the adaptor should be listed.
Describe the bug
When creating a new credential, the credential modal displays unexpected options:
Test-tmp
andTesting
. These options are not expected in the list of available credentials.Version number
The version of Lightning where the bug was observed:
v2.10.4
If you're running locally with an unreleased version, include the commit SHA:
19bd2bf0fd
I have reproduced this locally on main:
To Reproduce
Steps to reproduce the behavior:
Test-tmp
andTesting
.Expected behavior
Only valid adaptors and user-defined OAuth credential options should appear in the list. The
Test-tmp
andTesting
options should not be displayed.Screenshots
A screenshots of the credential form showing the unexpected options.
The text was updated successfully, but these errors were encountered: