Actions
Bug #36372
closedDisplay the config name correctly while creating, updating or deleting a virt-who config successfully.
Difficulty:
easy
Triaged:
Yes
Bugzilla link:
Description
We always seem to call @object and hence the Success message just prints something like '#<ForemanVirtWhoConfigure::Config:0x000055f23eed3d30>'. We should call @object.name here.
Updated by Sayan Das almost 2 years ago
Sayan Das wrote:
We always seem to call @object and hence the Success message just prints something like '#<ForemanVirtWhoConfigure::Config:0x000055f23eed3d30>'. We should call @object.name here.
Small typo:
It's not @object but @config
And Affected BZs:
https://bugzilla.redhat.com/show_bug.cgi?id=2179721
https://bugzilla.redhat.com/show_bug.cgi?id=2179725
https://bugzilla.redhat.com/show_bug.cgi?id=2168716
Updated by The Foreman Bot almost 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_virt_who_configure/pull/162 added
Updated by Chris Roberts almost 2 years ago
- Status changed from Ready For Testing to Resolved
- Target version set to foreman_virt_who_configure-0.5.14
- Triaged changed from No to Yes
Actions