Files
@ bd4f453a0055
Branch filter:
Location: kallithea/MIT-Permissive-License.txt
bd4f453a0055
1023 B
text/plain
pullrequest overview: fix missing pager links
Commit 0f9a48e0adc3 refactored the pullrequest overview pages, but has a
bug causing no more than 10 pull requests to be shown, without pager links.
The code assumed that 'pager' was a variable, rather than a method, of the
pullrequests structure.
Commit 0f9a48e0adc3 refactored the pullrequest overview pages, but has a
bug causing no more than 10 pull requests to be shown, without pager links.
The code assumed that 'pager' was a variable, rather than a method, of the
pullrequests structure.