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

Correctly remove group name for GPS field headers for xlsx exports #2364

Merged
merged 4 commits into from
Feb 3, 2023

Conversation

KipSigei
Copy link
Contributor

@KipSigei KipSigei commented Feb 1, 2023

Signed-off-by: Kipchirchir Sigei [email protected]

Changes / Features implemented

Steps taken to verify this change does what is intended

Side effects of implementing this change

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

  • Included tests
  • Updated documentation

Closes #2356

DavisRayM
DavisRayM previously approved these changes Feb 2, 2023
Signed-off-by: Kipchirchir Sigei <[email protected]>
'_submitted_by'
)
self.assertEqual(expected_headers, list(gps_sheet.values)[0])

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also test the expected data ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To ensure that the values are actually correctly mapped

DavisRayM
DavisRayM previously approved these changes Feb 3, 2023
DavisRayM
DavisRayM previously approved these changes Feb 3, 2023
Signed-off-by: Kipchirchir Sigei <[email protected]>
@KipSigei KipSigei merged commit 1276062 into main Feb 3, 2023
@KipSigei KipSigei deleted the fix-xlsx-export-group-name-bug-gps-headers branch February 3, 2023 13:39
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.

Group name isn't removed from gps fields in xlsx exports
2 participants