Actions
Bug #17820
closedcontent-hosts checking for available quantity of guest subs incorrect
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
The code currently is checking for a subscription of "unlimited" quantity simply as "== -1". Instead it needs to check "< 0" since vdc guest subs count backwards (consuming one guest sub sets the available in json to -2).
Updated by The Foreman Bot over 8 years ago
- Pull request https://github.com/Katello/hammer-cli-csv/pull/148 added
Updated by Thomas McKay over 8 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Applied in changeset hammer-cli-csv|f83015fe512839e2dbdb57a5d439fdfadbf31874.
Actions