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 CSV import error for a form that defines Entities #2754

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

kelvin-muchiri
Copy link
Contributor

@kelvin-muchiri kelvin-muchiri commented Jan 6, 2025

Changes / Features implemented

fix 'NoneType' object has no attribute 'getAttribute' thrown when import CSV for a form that defines Entities

Steps taken to verify this change does what is intended

  • QA

Side effects of implementing this change

Resolve CSV import failure for a form that defines Entities

Before submitting this PR for review, please make sure you have:

  • Included tests
  • Updated documentation

Closes #2753

fix 'NoneType' object has no attribute 'getAttribute' thrown when import CSV for a form that defines Entities
@kelvin-muchiri kelvin-muchiri merged commit 61157e7 into main Jan 7, 2025
13 checks passed
@kelvin-muchiri kelvin-muchiri deleted the 2753-csv-import-entities branch January 7, 2025 11:19
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.

CSV import for a form that defines Entities fails
3 participants