gitea: There is no result for "Mirrors" -> can someone confirm it's not working on postgress???
- Gitea version (or commit ref): 1.12.5
- Operating system: Ubuntu 20.04.1
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Log gist:
Description
I have 6 projects with gitea in the project name. When I switch to “Mirrors” I see 0. But I should see 6 projects? All 6 are mirrors.
O I misunderstand the “Mirrors” tab.
Screenshots
About this issue
- Original URL
- State: open
- Created 4 years ago
- Comments: 15 (6 by maintainers)
I can confirm it is not working on postgres for me also on 1.13.0
I know the “problem”.
The query with the params is
where owner_id=1 is the logged user (admin) id.
But the projects has other owner_id’s
And this is not the same like the logged_user_id.
owner_id = orga_id
This is, why it’s not working.
No one with PostgreSQL?! 😉