-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CB-367: Review page doesn't link to the detail page of the entity. #319
Conversation
09d329b
to
d211c8b
Compare
@brainzbot test this please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for these changes.
One thing that we like to do when making changes to these projects is to make sure that we leave the code in a better quality than when we started. This could mean things like improving tests, or removing code that's no longer required. I added some suggestions for things that we could do to improve the structure of this code to make this better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is much better, thanks. Just a few small things to update
Thanks for making these changes. I see one more display issue in one of the templates. Can you double-check all of them that the show the link properly? |
@alastair Tests for this PR are passing offline but not online. Please take a look. |
@brainzbot test this please |
@AbhinavOhri I found the failing tests, and fixed them in #322, we can merge those fixes here once we approve that PR. How are you running the tests? I realised that
and see if you get the failures |
https://gist.github.com/AbhinavOhri/020de79a735721b22cee423bbd479abf |
Updated the PR. Did some reformatting and added a missing link. |
CB-367