Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the total issue count for UI (#20785) #20827

Merged
merged 2 commits into from
Aug 17, 2022

Commits on Aug 15, 2022

  1. Use the total issue count for UI (go-gitea#20785)

    Backport go-gitea#20785
    
    This fixes a problem where the "All" line item on the Issues or Pull Requests page was only showing the count of the selected repos instead of the total of all issues/prs in all repos.
    
    The "total number of shown issues" number is now stashed in a different context variable in case it wants to be used by the frontend later. It's currently not being used.
    
    Fixes go-gitea#20574
    parnic committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    681690f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    25d3ee5 View commit details
    Browse the repository at this point in the history