Actions
Refactor #6097
closedNeed to migrate data model attribute from repository.feed -> repository.url
Pull request:
Fixed in Releases:
Found in Releases:
Description
On https://github.com/Katello/katello/blob/master/app/models/katello/repository.rb#L90
repository model has code that looks like => alias_attribute :url, :feed
And the controllers return "url" instead of "feed". This creates an inconsistency between the data model and the controllers. We need to address this by migrating the model from feed => url and change the place in code where "feed" is used.
Updated by Eric Helms over 10 years ago
- Tracker changed from Feature to Refactor
- Category set to 81
- Assignee changed from Eric Helms to Partha Aji
- Target version set to 48
- Difficulty set to easy
- Triaged changed from No to Yes
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13
Updated by The Foreman Bot over 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/4448 added
Updated by Partha Aji over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|e67cfb73389d6485bb2ffc1a7583bb53fb51ceae.
Actions