Actions
Bug #6514
closedactivation_keys.update updates also not present parameters
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1101586
Description of problem:
activation_keys.update API call updates also activation key attributes not sent via the call
Version-Release number of selected component (if applicable):
Satellite-6.0.3-RHEL-6-20140523.0-Satellite-x86_64
How reproducible:
always
Steps to Reproduce:
1. create an activation key with 'usage_limit' set to an integer value
2. call activation_keys.update API to set only the 'content_view_id' for the activation key
Actual results:
note that the 'usage_limit' was re-set to 'unlimited'
Expected results:
not present parameters in the update API call shall be preserved
Actions