-
-
Notifications
You must be signed in to change notification settings - Fork 313
On hidden issues, Request access feature #1729
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
Conversation
Additional Feature to be addedwhich will be fixed in this issue #1685 Feature description
|
|
@DonnieBLT could you please check is this correct way for issue #1702 |
DonnieBLT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks similar to the other whole request. Can you please close the one that is not required and only keep the one that has all the changes required open?
| # delete_comment | ||
| path("issue2/comment/delete/", website.views.delete_comment, name="delete_comment"), | ||
| re_path(r"^issue/(?P<slug>\w+)/$", IssueView.as_view(), name="issue_view"), | ||
| path("issue/<int:slug>/" , IssueView.as_view() , name = "issue_view"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can keep this how it is
|
closing this pull request as all additional feature including this have been added in #1737 |
Fixed #1090
on accessing hidden issues it will direct them to page(issue/int:pk/request_access/)
with mentioning < issue has been hidden by the user that reported it.>
on requesting access it will email to the user for the access