8000 fix: correct id attribute for GroupLabel · python-gitlab/python-gitlab@42ab32f · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit 42ab32f

Browse files
fix: correct id attribute for GroupLabel
This makes it work like ProjectLabel Closes: #2839
1 parent 44f62c4 commit 42ab32f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitlab/v4/objects/labels.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424

2525
class GroupLabel(SubscribableMixin, SaveMixin, ObjectDeleteMixin, RESTObject):
26-
_id_attr = "name"
2726
manager: "GroupLabelManager"
2827

2928
# Update without ID, but we need an ID to get from list.

0 commit comments

Comments
 (0)
0