Comment 1 for bug 1534096

Revision history for this message
William Grant (wgrant) wrote : Re: milestones: unable to write to series_target via the API

series_target is writable in the API declaration, but it's a non-writable property and also not allowed through the interface. Since productseries and distroseries aren't exposed on the API, we should probably make series_target writable.

A complication is that it's only possible to change within a pillar, but that restriction's relatively easily to move down from the UI.