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 Thomas McKay over 10 years ago
- Bugzilla link set to https://bugzilla.redhat.com/show_bug.cgi?id=1103860
Updated by Christine Fouant over 10 years ago
- Status changed from New to Assigned
- Assignee set to Christine Fouant
Updated by The Foreman Bot over 10 years ago
- Status changed from Assigned to Ready For Testing
- Target version set to 54
- Pull request https://github.com/Katello/katello/pull/4508 added
- Pull request deleted (
)
Updated by Christine Fouant over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|6f38a256be89400a4900429bdad7ff78e2e3f101.
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13
Actions