Actions
Feature #17548
closedSmart class parameters without a connected puppetclass shouldn't be showed in the index
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Smart class parameters are not deleted when a puppetclass is deleted, they are kept as historical records.
Each delete and import of the puppetclass will cause more disconnected records of it's parameters.
Currently they are not in use since they can't be connected to the same puppetclass again and can only be manually copied to the new parameters.
This creates duplication of orphaned smart class parameters in the index.
Hiding them will still allow to access the data in case of an accidental delete but will clear up the orphaned records from the index page.
Updated by The Foreman Bot almost 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4078 added
Updated by Ori Rabin almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset f8a2b33ed9f23694bbaa1a2a55f1e8979bc769df.
Updated by Dominic Cleal almost 8 years ago
- Translation missing: en.field_release set to 209
Updated by Ori Rabin almost 8 years ago
- Related to Feature #17810: Delete smart class parameter when a puppet class is deleted added
Actions