-
-
Notifications
You must be signed in to change notification settings - Fork 493
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
4407-showing all the item fields in the item view #4431
4407-showing all the item fields in the item view #4431
Conversation
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.
Thank you for this! I did some light manual testing, and there are a couple of minor issues to be addressed before we can put it forward.
42d1351
to
2f994b8
Compare
2f994b8
to
c1d9716
Compare
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.
Looks like we had a miscommunication. It'll be easy to fix, though.
16ca584
to
40c61ce
Compare
3b00ae5
to
5000dd7
Compare
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.
LGTM from a functional pov. Can you add some automated tests demonstrating that the fields get shown? (it doesn't look like we have any tests for this view -- but I believe they would go in spec/requests/items_requests_spec.rb)
5000dd7
to
78886b7
Compare
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.
Hey @Naraveni -- thanks for the tests! I've got a few suggestions. Once those are addressed, I'll raise it to our top tech guy for a look.
1770dfc
to
bdbb497
Compare
My concerns have been addressed -- sending it over to @dorner for a more stringent technical review.
de25cdc
to
065abc8
Compare
@Naraveni thanks! (For next time, please don't force push branches that have active reviews, as it makes reviewing the new changes harder.) |
@Naraveni: Your PR |
Resolves #4407
Description
All Item fields are shown now in Item view.
Guide questions:
Type of change
Screenshots