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