IPackagesetSet.getByName() is missing LP API metadata for the newly added 'distroseries' param.

Bug #472608 reported by Muharem Hrnjadovic
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
High
Muharem Hrnjadovic

Bug Description

=== modified file 'lib/lp/soyuz/interfaces/packageset.py'
--- lib/lp/soyuz/interfaces/packageset.py 2009-11-02 11:50:24 +0000
+++ lib/lp/soyuz/interfaces/packageset.py 2009-11-03 12:25:44 +0000
@@ -377,7 +377,12 @@
         """

     @operation_parameters(
- name=TextLine(title=_('Package set name'), required=True))
+ name=TextLine(title=_('Package set name'), required=True),
+ distroseries=Reference(
+ IDistroSeries, title=_("Distroseries"), required=False,
+ readonly=True, description=_(
+ "The distribution series to which the packageset "
+ "is related.")))
     @operation_returns_entry(IPackageset)
     @export_read_operation()
     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
Ursula Junque (ursinha)
tags: added: current-rollout-blocker
Revision history for this message
Diogo Matsubara (matsubara) wrote : Bug fixed by a commit
Changed in soyuz:
status: In Progress → Fix Committed
Changed in soyuz:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.