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).
Actions