Skip to content

Fix custom transfer widgets persisting#740

Merged
JoeZiminski merged 5 commits into
mainfrom
fix_custom_transfer_widgets_persisting
Jul 8, 2026
Merged

Fix custom transfer widgets persisting#740
JoeZiminski merged 5 commits into
mainfrom
fix_custom_transfer_widgets_persisting

Conversation

@JoeZiminski

@JoeZiminski JoeZiminski commented Jul 2, 2026

Copy link
Copy Markdown
Member

This PR fixes a bug in which the widgets for the cumstom transfer could persist after switching back to transfer entire project / top level folder, once the number of checkboxes had been customised. This is because fresh instances of the checkboxes are generated after customising them, but old versions of the widgets persisted in a list that was shown / hidden when the transfer type was changed.

This is fixed by separating these dynamic widgets into their own list which is properly updated. Tests are added.

@JoeZiminski JoeZiminski force-pushed the fix_custom_transfer_widgets_persisting branch from d204026 to 21d7c4d Compare July 2, 2026 14:20
@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.28%. Comparing base (c9bb53d) to head (f8a6cc6).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #740   +/-   ##
=======================================
  Coverage   90.27%   90.28%           
=======================================
  Files          54       54           
  Lines        4423     4424    +1     
=======================================
+ Hits         3993     3994    +1     
  Misses        430      430           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Remove unused variables from setup_project_paths.
@JoeZiminski JoeZiminski requested a review from a team July 3, 2026 15:58

@niksirbi niksirbi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@JoeZiminski JoeZiminski merged commit c42a9c0 into main Jul 8, 2026
17 checks passed
@JoeZiminski JoeZiminski deleted the fix_custom_transfer_widgets_persisting branch July 8, 2026 20:53
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