ponder-lab / Imperative-DL-Study-Web-App

0 stars 0 forks source link

Bug fix is missing a categorization #163

Closed khatchad closed 2 years ago

khatchad commented 2 years ago

https://fathomless-inlet-57767.herokuapp.com/bug_fixes/35 shows only one categorization. But, there are two, categorizations with IDs 41 and 71. However, only 71 shows up.

In https://fathomless-inlet-57767.herokuapp.com/bug_fixes/35: image

In https://fathomless-inlet-57767.herokuapp.com/categorizations?page=2: image

khatchad commented 2 years ago

@mZneit didn't we have this bug previously?

mZneit commented 2 years ago

@khatchad yes we had it before. This is because a sha can be mapped to two bugfixes. So the reconciler should provide the bugfix id to a categorization when he enters the bugfixes into the form/table (which is not done yet). Categorization 41 is not mapped to a bugfix, that's why it didn't appear.

khatchad commented 2 years ago

Ah, you're right. Thanks. I wonder how that happened. Thanks.