IPackagesetSet.getByName() is missing LP API metadata for the newly added 'distroseries' param.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Muharem Hrnjadovic |
Bug Description
=== modified file 'lib/lp/
--- lib/lp/
+++ lib/lp/
@@ -377,7 +377,12 @@
"""
@operation
- name=TextLine(
+ name=TextLine(
+ distroseries=
+ IDistroSeries, title=_
+ readonly=True, description=_(
+ "The distribution series to which the packageset "
+ "is related.")))
@operation
@export_
def getByName(name, distroseries=None):
Changed in soyuz: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Muharem Hrnjadovic (al-maisan) |
milestone: | none → 3.1.10 |
tags: | added: current-rollout-blocker |
Changed in soyuz: | |
status: | Fix Committed → Fix Released |
Fixed in db r8634 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ db-devel/ revision/ 8634>