makeplane / plane

🔥 🔥 🔥 Open Source JIRA, Linear, Monday, and Asana Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
http://plane.so
GNU Affero General Public License v3.0
29.49k stars 1.62k forks source link

[WEB-1766] fix: relations not rendering for child-issues #4979

Closed aaryan610 closed 3 months ago

aaryan610 commented 3 months ago

Problems:

On archiving the parent issue, following problems can be seen in the child issues-

  1. The issue details page renders a 404 error despite of the issue being present.
  2. Issue relations don't render on the peek overview.

Solution:

Removed await from the parent issue details request, so that error on fetching the parent issue details is not caught by the catch block.