Complaints working, web comments response page, filtering for announcements
This commit is contained in:
@@ -132,7 +132,7 @@ namespace WinForms
|
||||
|
||||
private void btnCreateComment_Click(object sender, EventArgs e)
|
||||
{
|
||||
CommentForm form = new CommentForm(null, false, currentUser, true, complaint.ID);
|
||||
CommentForm form = new CommentForm(null, false, currentUser, "complaint", complaint.ID);
|
||||
form.ShowDialog();
|
||||
RefreshComments();
|
||||
}
|
||||
|
Reference in New Issue
Block a user