Actions
Bug #16757
closedInconsistent data type and format for version info in API
Description
When pulling information about a composite content view using:
/katello/api/content_views/:content_view_id
...the components
list includes the current version
of the component as well as a content_view
list that includes the next_version
number.
Version
is a string and includes a suffix of ".0" while next_version
is an integer (no ".0").
Updated by Amit Karsale over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|7de7533f6073eac422e309b3f6ea018219708979.
Actions