Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@HanilJain
Copy link
Contributor

@HanilJain HanilJain commented Jan 30, 2024

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

@HanilJain
Copy link
Contributor Author

Additional Feature to be added

which will be fixed in this issue #1685

Feature description

  • individual user can see their hidden issues in dedicated page to it
  • user could edit access to issues and user you can view it

@HanilJain
Copy link
Contributor Author

@DonnieBLT could you please check is this correct way for issue #1702

@HanilJain HanilJain mentioned this pull request Feb 4, 2024
Copy link
Collaborator

@DonnieBLT DonnieBLT left a 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"),
Copy link
Collaborator

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

@HanilJain
Copy link
Contributor Author

closing this pull request as all additional feature including this have been added in #1737

@HanilJain HanilJain closed this Feb 8, 2024
@HanilJain HanilJain deleted the issue-1090 branch February 9, 2024 06:19
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