Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Fix #732 - Disable the select all button on Export tab if list is empty #794

Merged
merged 1 commit into from
Aug 26, 2019

Conversation

mayank8318
Copy link
Contributor

Closes #732

What has been done to verify that this works as intended?

Manually tested with empty and filled forms list.

Why is this the best possible solution? Were any other approaches considered?

The approach used is similar to how things have been done in PullPanel.

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

This fixes a minor UI bug. No risks.

Does this change require updates to documentation? If so, please file an issue at https://github.com/opendatakit/docs/issues/new and include the link below.

No

@codecov-io
Copy link

Codecov Report

Merging #794 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #794      +/-   ##
============================================
+ Coverage     47.52%   47.54%   +0.01%     
- Complexity     1469     1475       +6     
============================================
  Files           178      178              
  Lines          9668     9676       +8     
  Branches        672      673       +1     
============================================
+ Hits           4595     4600       +5     
- Misses         4783     4784       +1     
- Partials        290      292       +2
Impacted Files Coverage Δ Complexity Δ
.../org/opendatakit/briefcase/export/ExportForms.java 95.89% <100%> (+0.05%) 38 <4> (+4) ⬆️
...g/opendatakit/briefcase/ui/export/ExportPanel.java 48.51% <100%> (+1.57%) 14 <0> (+1) ⬆️
...endatakit/briefcase/ui/export/ExportPanelForm.java 88.15% <100%> (-1.23%) 16 <2> (+1)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7fc941c...30f3d97. Read the comment docs.

Copy link
Contributor

@ggalmazor ggalmazor left a comment

Choose a reason for hiding this comment

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

LGTM

@ggalmazor ggalmazor added this to the v1.17.0 milestone Aug 22, 2019
@kkrawczyk123
Copy link
Contributor

Tests with success!!
Verified on Ubuntu, MacOS and Windows.

@opendatakit-bot unlabel "needs testing"
@opendatakit-bot label "behavior verified"

@ggalmazor ggalmazor merged commit f7bc502 into getodk:master Aug 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clear All button is active on Export tab even if list is empty
5 participants