Project Calendar shows deleted issues, however, when clicking the link, resulting page is "resource not found"
To fix this issue, apply the following code near line 113 of ProjectCalendar.aspx.cs file:
q = new QueryClause("AND", "Disabled", "=", "false", SqlDbType.Bit);
queryClauses.Add(q);
To fix this issue, apply the following code near line 113 of ProjectCalendar.aspx.cs file:
q = new QueryClause("AND", "Disabled", "=", "false", SqlDbType.Bit);
queryClauses.Add(q);