Actions
Bug #12468
closedAdd attr accessible to Organization and other Foreman extensions for Rails 4
Difficulty:
Triaged:
Yes
Description
Multiple tests try to mass_assign :label by calling Organization.create!(:name => '', :label => ''), but that's not allowed on Rails 4 without explicitly marking it as allowed.
Updated by The Foreman Bot about 9 years ago
- Status changed from New to Ready For Testing
- Assignee set to Daniel Lobato Garcia
- Pull request https://github.com/Katello/katello/pull/5587 added
Updated by Eric Helms about 9 years ago
- Category set to 83
- Translation missing: en.field_release set to 86
- Triaged changed from No to Yes
Updated by The Foreman Bot about 9 years ago
- Pull request https://github.com/Katello/katello/pull/5615 added
Updated by John Mitsch about 9 years ago
- Subject changed from Add attr accessible to Organization label for Rails 4 to Add attr accessible to Organization and other Foreman extensions for Rails 4
Changing this to include all foreman extensions
Updated by The Foreman Bot about 9 years ago
- Pull request https://github.com/Katello/katello/pull/5638 added
Updated by John Mitsch about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|4cee61f0e0957495a5e3c3ebe31579897b743094.
Actions