We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9752524 commit 9e0fac5Copy full SHA for 9e0fac5
1 file changed
bugzilla/rhbugzilla.py
@@ -116,16 +116,17 @@ def get_alias():
116
#
117
# The API should provide {"set": [...]}
118
# https://bugzilla.redhat.com/show_bug.cgi?id=1173114
119
- if "alias" in kwargs:
120
- raise RuntimeError("modify 'alias' not supported for "
121
- "RHBZ")
+ #
+ # Implementation will go here when it's available
+ pass
122
123
pop("fixed_in", "cf_fixed_in")
124
pop("qa_whiteboard", "cf_qa_whiteboard")
125
pop("devel_whiteboard", "cf_devel_whiteboard")
126
pop("internal_whiteboard", "cf_internal_whiteboard")
127
128
get_sub_component()
129
+ get_alias()
130
131
vals = _parent.build_update(self, **kwargs)
132
vals.update(adddict)
0 commit comments