-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
fix: display Full Capture Details in Verify and Captures pages #228
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.
This is good, but it doesn't address the whole problem.
In particular, we still don't see the capture tags (AKA treeTags).
See my comments in the issue for how to resolve that part:
I can see a couple of things causing this:
- We're not wrapping these views with
CaptureDetailProvider
tags- We don't return capture from
CaptureDetailContext::getCapture()
so it can't be passed to subsequent queries
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.
@tranquanghuy0801 I hope you don't mind, I've made the changes myself so we can get the fix into the next build. Thanks for your work on this!
@nmcharlton That's alright. I totally understand. Happy to have a new release. |
…stand#228) * fix: display species and other tags in capture details in Verify and Captures pages * fix: restore species/tags to capture detail dialog Co-authored-by: Nick Charlton <[email protected]>
…stand#228) * fix: display species and other tags in capture details in Verify and Captures pages * fix: restore species/tags to capture detail dialog Co-authored-by: Nick Charlton <[email protected]>
…Captures pages
Description
This PR fixed the issue of not displaying full species and other tags in Capture Detail Dialog.
Issue(s) addressed
What kind of change(s) does this PR introduce?
Please check if the PR fulfills these requirements
Issue
What is the current behavior?
Not display the species tags in Captures page, and not display the species tags and the other tags in Verify page
What is the new behavior?
Both species and other tags are displayed fully in Verify and Captures pages.
Breaking change
Does this PR introduce a breaking change?
No breaking change
Other useful information