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

Fix bugs in org/user level projects #22860

Open
yp05327 opened this issue Feb 11, 2023 · 2 comments · May be fixed by #22865
Open

Fix bugs in org/user level projects #22860

yp05327 opened this issue Feb 11, 2023 · 2 comments · May be fixed by #22865
Labels

Comments

@yp05327
Copy link
Contributor

yp05327 commented Feb 11, 2023

Description

PR #22235 introduced many bugs.

The following list is what I have found, and Im working on them.

Bugs:

  1. Add missing tabs to org projects page #22705
  2. Fix invalid issues in project boards #22865
  3. Team permission not work in projects:
    A user in a team which has Admin Permission. But can not create a project.
    It seems there's something wrong.

    team.Units in UnitMaxAccess is empty.

    Not only team.Units is empty but also Repos Members and so on....
    This will be fixed in Fix invalid issues in project boards #22865

(2023/02/14)
Bugs:
4. the projectlist in issue create page need to show the type of this project.
If an org project's name is as same as a repo project it is hard to know which project to choose.
image
5. create an issue which links to an org project will redirect to 404 page
we only have project_id in the form, it is necessary to add project_type or change project_id to project_link or something else.

4,5 will be fixed in #22865

Feature:

  1. Different header styles
  2. Strange URL Link
  3. Issue can select multi projects(repo, user/org)

Gitea Version

fb1a2a1

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

build

Database

None

@yp05327 yp05327 changed the title Fix bugs in org level projects Fix bugs in org/user level projects Feb 11, 2023
@lunny lunny added this to the 1.19.0 milestone Feb 12, 2023
@yp05327
Copy link
Contributor Author

yp05327 commented Feb 14, 2023

I will move the Feature requests to a new issue after bugs are fixed.
This issue will focues on the bugs.

@yp05327 yp05327 linked a pull request Feb 18, 2023 that will close this issue
@delvh delvh added the outdated/backport/v1.19 This PR should be backported to Gitea 1.19 label Feb 22, 2023
@delvh delvh modified the milestones: 1.19.0, 1.20.0 Feb 22, 2023
@lunny lunny removed the outdated/backport/v1.19 This PR should be backported to Gitea 1.19 label Mar 29, 2023
@genofire
Copy link

It leaks also issues from private Projects (and so the exists of private Projects).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants