Bug #4075
closedUnused Environment vs System Groups association still exists
Description
While reviewing #2416 I noticed the following association.
```diff
+ add_foreign_key_deferred 'environment_system_groups', 'environments',
+ :name => 'environment_system_groups_environment_id_fk'
+ add_foreign_key_deferred 'environment_system_groups', 'system_groups',
+ :name => 'environment_system_groups_system_group_id_fk'
```
From what I gather this association between enviroments and system groups should no longer should exist.
Created: parthaa on July 02, 2013 20:09 +00:00
Imported from https://api.github.com/repos/Katello/katello/issues/2576
Comment 1
needs to get resolved in https://github.com/Katello/katello/pull/3390/files
Created: parthaa on January 10, 2014 20:18 +00:00
Imported from https://api.github.com/repos/Katello/katello/issues/comments/32061936
Updated by Eric Helms almost 11 years ago
- Category set to 81
- Difficulty set to easy
- Triaged set to Yes
Updated by Eric Helms over 9 years ago
- Status changed from New to Resolved
As far as I can tell, this has been resolved with latest (2.4.0).
Updated by Eric Helms almost 9 years ago
- Translation missing: en.field_release set to 166