Merge lp://staging/~cody-somerville/launchpad/export-newSeries-via-api into lp://staging/launchpad
Proposed by
Cody A.W. Somerville
Status: | Merged |
---|---|
Approved by: | Curtis Hovey |
Approved revision: | no longer in the source branch. |
Merged at revision: | 10768 |
Proposed branch: | lp://staging/~cody-somerville/launchpad/export-newSeries-via-api |
Merge into: | lp://staging/launchpad |
Diff against target: |
51 lines (+22/-1) 2 files modified
lib/lp/registry/interfaces/product.py (+5/-0) lib/lp/registry/stories/webservice/xx-project-registry.txt (+17/-1) |
To merge this branch: | bzr merge lp://staging/~cody-somerville/launchpad/export-newSeries-via-api |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Curtis Hovey (community) | Approve | ||
Review via email: mp+23978@code.staging.launchpad.net |
Commit message
Export newSeries method via webservices API to permit the creation of new project series.
Description of the change
Export newSeries method on Project entities to permit the creation of new project series.
To post a comment you must log in.
Perfect. Thanks for doing this.