Actions
Bug #28676
closedAuto attach option is being set to null after activation key is created
Status:
Closed
Priority:
Normal
Assignee:
Category:
Activation Key
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Description of problem:
whenever we create an activation key, something sets the auto-attach to null.
this is visible in audits:
there are 2 audit records created every time:
1st, which reflects the create action (showing auto-attach being pre-set to true) and the 2ndone, which reports an UPDATE action, which sets the true back to N/A.
Visiting the AK page shows null value for the auto-attach. after we change it to either true to false, it's no longer unset.
Steps to Reproduce:
1. create AK with minimum parameters
2. check the AK->subscriptions tab for the auto-attach value
3. check audit records and find 2 of them (create and update).
Updated by Jonathon Turel almost 5 years ago
- Subject changed from Auto attach option is being set to null after activation key is created to Auto attach option is being set to null after activation key is created
- Target version set to Katello 3.14.1
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8495 added
Updated by The Foreman Bot almost 5 years ago
- Fixed in Releases Katello 3.16.0 added
Updated by Jonathon Turel almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|fb61817c752f86550b91f0d96806337b22980d74.
Actions