Bug #6776
Puppet Module Content count is not updated after module upload
Difficulty:
easy
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1122254
Description of problem:
1) Create a new repository and puppet type
2) click on the new repository and upload a puppet module
3) click on the repository name in left hand column or click on the "back to repository list" link
4) notice that the content column for the puppet repository still shows 0 puppet modules
see screenshot attached
Associated revisions
Merge pull request #4482 from waldenraines/6776
Fixes #6776/BZ1122254: update table when repository modified.
History
#1
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Target version set to 49
- Pull request https://github.com/Katello/katello/pull/4482 added
- Pull request deleted (
)
#2
Updated by Walden Raines over 8 years ago
- Difficulty set to easy
- Triaged changed from No to Yes
#3
Updated by Walden Raines over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|70434017dd8cd43c1eece73c0349b6b54e15f449.
#4
Updated by Eric Helms over 8 years ago
- Legacy Backlogs Release (now unused) set to 13
Fixes #6776/BZ1122254: update table when repository modified.
The row in the product repositories table was not being updated
when the corresponding repository was updated. This commit updates
the row that matches the changed repository.
http://projects.theforeman.org/issues/6776
https://bugzilla.redhat.com/show_bug.cgi?id=1122254