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

feat: adds list of reviewers on information tab #12781

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

flamiedev
Copy link

Proposed changes

Issue #12694 asks about showing the information of the current reviewers in the project. To solve this problem a new item is added on the information tab, showing this information with the having_perm method

Checklist

  • Lint and unit tests pass locally with my changes.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added documentation to describe my feature.
  • I have squashed my commits into logic units.
  • I have described the changes in the commit messages.

Other information

@@ -44,6 +44,17 @@
{% endif %}
{% endif %}

{% if project.having_perm %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method is available on users and needs a parameter, this can't work.

@nijel nijel marked this pull request as draft November 6, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants