-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersui/ux
Description
Actions before raising this issue
- I searched the existing issues and did not find anything similar.
- I read/searched the docs
Is your feature request related to a problem? Please describe.
- Create a task with a skeleton label having several points, define an attribute for some points
- Open a job
- Try to create a frame filter with skeleton point attributes in the condition
Details
Label definitions from the task
[
{
"name": "test",
"id": 79,
"color": "#fb117d",
"type": "skeleton",
"sublabels": [
{
"name": "1",
"attributes": [
{
"name": "1.a1",
"mutable": false,
"input_type": "select",
"default_value": "a",
"values": [
"a",
"b"
],
"id": 65
}
],
"type": "points",
"color": "#d12345",
"id": 80
},
{
"name": "2",
"attributes": [
{
"name": "2.a1",
"mutable": true,
"input_type": "checkbox",
"default_value": "false",
"values": [
"false"
],
"id": 66
}
],
"type": "points",
"color": "#350dea",
"id": 81
}
],
"svg": "<line x1="35.7943229675293" y1="25.3843994140625" x2="45.1568717956543" y2="35.145355224609375" data-type="edge" data-node-from="1" data-node-to="2"></line>\n<circle r="0.75" cx="35.7943229675293" cy="25.3843994140625" data-type="element node" data-element-id="1" data-node-id="1" data-label-id="80"></circle>\n<circle r="0.75" cx="45.1568717956543" cy="35.145355224609375" data-type="element node" data-element-id="2" data-node-id="2" data-label-id="81"></circle>",
"attributes": []
}
]Describe the solution you'd like
There is already a filter for root label attributes. Sub-labels should also have an option to be used as a filter criteria.
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersui/ux
