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

Fix password field label for attribute #559

Merged
merged 1 commit into from
Apr 10, 2020

Conversation

samikeijonen
Copy link
Contributor

Fixes #551.

Description of the Change

Change Password field for attribute to dt_password to match password field ID..

Benefits

  • Users can click password label to focus correct password field.
  • Screen reader users get correct info about the field.

Possible Drawbacks

None.

Verification Process

  1. Edit connection.
  2. Click password field.
  3. Check that correct password field is focused.

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests passed.

Applicable Issues

#551.

@jeffpaul jeffpaul added this to the 2.0.0 milestone Mar 18, 2020
@jeffpaul jeffpaul requested a review from dinhtungdu March 18, 2020 01:58
@jeffpaul jeffpaul added the type:bug Something isn't working. label Mar 18, 2020
@dkotter dkotter merged commit 01749e8 into 10up:develop Apr 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Password field have misspelled for attribute in New External Connection view
4 participants