Skip to content

Commit

Permalink
Show newer packages in erratum effected packges
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Dellweg committed Jun 11, 2019
1 parent c71e832 commit 594b90a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h3 translate>Independent Packages</h3>
</a>
</li>
<li ng-show="errata.deb_packages.length" ng-repeat="deb_package in errata.deb_packages">
<a href="/debs?search={{ encodeURIComponent('name==' + deb_package.name + ' and version==' + deb_package.version) }}">
<a href="/debs?search={{ encodeURIComponent('name==' + deb_package.name + ' and version>=' + deb_package.version) }}">
{{ deb_package.name }} {{ deb_package.version }}
</a>
({{ deb_package.release }})
Expand Down

0 comments on commit 594b90a

Please sign in to comment.