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

Correct issue: existing_contact select widget fails to lock fields #1008

Open
wants to merge 4 commits into
base: 6.x
Choose a base branch
from

Conversation

bsilvern
Copy link
Contributor

Overview

Locked fields are not actually locked when an existing_contact element is configured as a Select widget.

Before

Locked fields with an existing_contact Select widget were not actually locked.

After

  • Locked fields with an existing_contact Select widget are locked as demonstrated by ExistingContactElementTest::testNextPrevSaveLoad() line 640.
  • The test introduced in the previous PR in this series completes without error.

Technical Details

Comments

The tests are unchanged from the previous PR in this series.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants