Actions
Bug #4922
closedsystem facts not updating via API
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Passing facts during system creation in api succeeds, but subsequent calls to system update do not update the facts.
This has something to do with the attr_accessible and lazy_accessor in candlepin/consumer code perhaps? 'facts' are passed to system.update() but by the time they reach the call to candlepin they are nil and so existing facts remain unchanged in backend.
Updated by Christine Fouant almost 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|6f38a256be89400a4900429bdad7ff78e2e3f101.
Actions