-
Notifications
You must be signed in to change notification settings - Fork 156
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
Conditional feature option for integer features should not be offered #5098
Comments
The bug here is probably that the Show only when constraints apply option is available for non-string features. Constraints currently only work for string features that have tagsets. |
reckart
changed the title
Span feature of type 'Primitive Integer' with 'Show only when constraints apply' option enabled does not hide.
Conditional feature option for integer features should not be offered
Oct 29, 2024
reckart
added a commit
that referenced
this issue
Oct 29, 2024
… offered - Do not offer the "Show only when constraints match" option for non-string features
reckart
added a commit
that referenced
this issue
Oct 29, 2024
…al-feature-option-for-integer-features-should-not-be-offered #5098 - Conditional feature option for integer features should not be offered
reckart
added a commit
that referenced
this issue
Oct 29, 2024
* release/34.x: No issue: Slightly improve annotation sidebar layout to ensure that no text is shown left of the label badge #5106 - Type of lookup feature is display wrong after creation #5104 - Agreement measure has wrong name #5098 - Conditional feature option for integer features should not be offered #5101 - Limited option on integer features cannot be turned off
reckart
added a commit
that referenced
this issue
Oct 29, 2024
…-stacked-annotations-with-link-features * main: No issue: Slightly improve annotation sidebar layout to ensure that no text is shown left of the label badge #5106 - Type of lookup feature is display wrong after creation #5104 - Agreement measure has wrong name #5098 - Conditional feature option for integer features should not be offered #5101 - Limited option on integer features cannot be turned off
reckart
added a commit
that referenced
this issue
Oct 29, 2024
…ons-to-Spring-configuration-beans * main: No issue: Slightly improve annotation sidebar layout to ensure that no text is shown left of the label badge #5106 - Type of lookup feature is display wrong after creation #5104 - Agreement measure has wrong name #5098 - Conditional feature option for integer features should not be offered #5101 - Limited option on integer features cannot be turned off #5094 - Improve curation merge dialog layout
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I created a span feature of type Primitive Integer. I enabled the 'Show only when constraints apply' option for this feature. However, the feature is not hidden in the annotation interface, even though no constraints are set for it. It remains visible when it should be hidden.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The feature should be hidden in the annotation interface, as no constraints apply.
Screenshots
Environment
Version and build ID: 33.0 (2024-06-11 20:43:31, build 8865ebb)
Operating system: Linux
Browser: Edge
Additional context
I have also noticed that if the "Limited" option is checked and saved on a "Primitive: Integer" feature, it cannot be unselected afterwards. -> #5101
The text was updated successfully, but these errors were encountered: