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

Edit Domain: allow the (existing) checkbox to also control removal of newly created compute value #6604

Merged
merged 2 commits into from
Nov 13, 2023

Conversation

janezd
Copy link
Contributor

@janezd janezd commented Oct 20, 2023

Issue

Fixes #6566. See in particular #6566 (comment).

Description of changes

The first commit does the job and is trivial: checkbox is no longer disabled, and having compute_value is no longer required for unlinking.

The second commit is not needed for fixing #6566. However, now that compute_value is no longer required for unlinking, we do not need to check it in hint matching. I thus removed it from the key in hint dictionary and consequently from settings. This required a zillion small changes in tests (removals of the additional argument), settings migration and tests for settings migration.

Includes
  • Code changes
  • Tests
  • Documentation

Copy link

codecov bot commented Nov 11, 2023

Codecov Report

Merging #6604 (d36df7f) into master (ef5f426) will increase coverage by 0.00%.
Report is 2 commits behind head on master.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6604   +/-   ##
=======================================
  Coverage   88.10%   88.10%           
=======================================
  Files         321      321           
  Lines       69876    69875    -1     
=======================================
+ Hits        61563    61566    +3     
+ Misses       8313     8309    -4     

@JakaKokosar JakaKokosar merged commit 5f02359 into biolab:master Nov 13, 2023
26 checks passed
@JakaKokosar
Copy link
Member

LGTM, thanks! :)

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.

EditDomain: Unlink variable from its source variable
2 participants