Since Navigator 4.5.5 suddenly there's an underline color when metadata is filled #400
Labels
enhancement
New feature or request
Points: 3
3 agile story points
seeking feedback
Seeking feedback from the community on this issue
hi there!
Since latest 4.5.5 release of the Navigator, all layers suddenly have underlines for techniques:
Before this new Navigator version, you only get an underline when you have filled in a comment. But now, it will also give an underline when having metadata.
I see this is done on purpose in this commit:
bc4ad9f#diff-e49d1d934cc9d96bce820fb261164a66e14c3c90fa2364ff83b6d12201992182
There's now a function getTechniqueUnderlineColor that determines the underline when this condition is true:
tvm.comment.length > 0 || tvm.metadata.length > 0 || this.hasNotes()
Instead of only when no comment is filled in (how it was before):
<span [style.border-color]="configService.getFeature('comment_underline') ? configService.comment_color: ''" [style.color]="getTechniqueTextColor()">
This change has a huge impact. It makes Navigator layers, and thus also the layers of users using DeTT&CT, significantly less attractive and hence less usable for presenting results. See examples beneath how it looks like when you create layers with DeTT&CT.
We propose to undo this change of underlining. Or give a possibility to influence this.
Regards,
Ruben
The text was updated successfully, but these errors were encountered: