#2012 Issue reports not working
Closed: Fixed 7 years ago Opened 7 years ago by mreynolds.

I did a issue search for:

https://pagure.io/389-ds-base/issues?milestone=none&milestone=0.0%20NEEDS_TRIAGE

This works - I see 17 issues that needs to have the milestone set. I go the save the report, and the report is broken:

https://pagure.io/389-ds-base/report/Needs%20Triage

It only displays 6 issues, not the 17 that I expect.

I also can not remove or edit this report now (but there are issues already opened for this problem).


ok so I think it's the milestone=none that's not being saved in the DB, when I check it I see "Needs Triage": {"milestone": "0.0 NEEDS_TRIAGE"}

Metadata Update from @pingou:
- Issue tagged with: bug, easyfix

7 years ago

Yeah I was wondering if it was caused by using multiple search args.

When this gets fixed, can you delete the report from my project for me so I can recreate it? Or can you just fix our database? Whatever works :) Thank you very much!

Metadata Update from @lslebodn:
- Issue tagged with: IDM

7 years ago

Metadata Update from @pingou:
- Issue assigned to pingou

7 years ago

So the issue was due to the repetition of the key in the url, we were not accounting for this.

I got the fix

Commit abf91ef relates to this ticket

Login to comment on this ticket.

Metadata