Actions
Bug #18771
closederror when resource does not have id ActiveRecord::RecordInvalid: Validation failed: Resource can't be blank
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
When a resource is going to be locked, the lock requires that the resource has an id (see validation in lock.rb). Without this there are errors.
To reproduce, register a content host with subscription-manager and update facts:
subscription-manager register --username admin --password changeme --org Default_Organization --env Library
subscription-manager facts --update
The CpConsumerUser does not have an id since it is a temporary user used just for the length of the call.
Actions