-
Notifications
You must be signed in to change notification settings - Fork 154
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
Link label shows layer name instead of label #3650
Comments
pa-nlp
changed the title
Link label show tagset name instead of selected value
Link label shows tagset name instead of selected value
Dec 20, 2022
Indeed. Thanks for the report. I'll have a look. |
As |
Both are the same, but I changed the layer name and it changed in the display for all the links. So basically it's not the tagset name that is displayed, it's the layer name. |
reckart
changed the title
Link label shows tagset name instead of selected value
Link label shows layer name instead of label
Dec 21, 2022
reckart
added a commit
that referenced
this issue
Dec 21, 2022
- Avoid LabelRenderer step overriding label hints that were set earlier in the rendering process
reckart
added a commit
that referenced
this issue
Dec 21, 2022
…l-shows-layer-name-instead-of-label #3650 - Link label shows layer name instead of label
reckart
added a commit
that referenced
this issue
Jan 4, 2023
* main: #3610 - Minimizing icon in document level feature is wrong after updating feature #3656 - The color of the existing layers changes after adding another layer #3679 - NullPointerException during export in WebAnno format #283 - Resize span #283 - Resize span #283 - Resize span #3675 - Clean up more brat code #3675 - Clean up more brat code #3675 - Clean up more brat code #3676 - Error when rejecting annotation suggestion #3675 - Clean up more brat code #1535 - Keyboard shortcuts do not work when focus is in certain editors #3571 - Update dependencies #3670 - Remove LIF support #3670 - Remove LIF support [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-26.3 #3650 - Link label shows layer name instead of label
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Link labels display the tagset name (or layer name, which is the same in our project) instead of the selected value from the tagset as before. The correct value is still there if the data is exported or the link selected (shown in the right detail panel).
To Reproduce
The server was updgraded from 25.4 to 26.2 with an existing project with custom layers for semantic role labeling using custom tagsets for links.
Expected behavior
The link should display the value selected from the tagset instead of the tagset name.
Screenshots
This is the new, invalid display of the tagset name on every link with version 26.2
But it used to show the values in the previous installed version 25.4 like this
Please complete the following information:
Additional context
The text was updated successfully, but these errors were encountered: