CATcher-org / CATcher

CATcher is a software application used for peer-testing of software projects.
https://catcher-org.github.io/CATcher/
MIT License
70 stars 68 forks source link

Duplicated issues link broken #1228

Closed syamfarh closed 8 months ago

syamfarh commented 10 months ago

Describe the bug Clicking on duplicated issues from original issues cause uncaught promises

To Reproduce Steps to reproduce the behavior:

  1. Create two issues.
  2. Go to the second issue, mark as duplicated issue to the first issue.
  3. Go back to the first issue. Under the section of duplicated issues, click the link to the second issues

Expected behavior Redirect to second issue page

Actual behaviour Uncaught promise error popped up

Screenshots image

Desktop (please complete the following information):

damithc commented 10 months ago

Thanks for reporting this @syamfarh @CATcher-org/active-devs will look into this.

damithc commented 10 months ago

@syamfarh I can reproduce this bug as well. Might not be able to fix in a hurry though (best not to risk regressions by fixing non-critical bugs while a PE is in progress). In the meantime, you can navigate to the bug in concern from the main list of bugs, as shown below:

image