Skip to content
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

Attestation Case Details: Hyperview tab not visible #182

Open
iCC-MK opened this issue Sep 12, 2024 · 0 comments
Open

Attestation Case Details: Hyperview tab not visible #182

iCC-MK opened this issue Sep 12, 2024 · 0 comments

Comments

@iCC-MK
Copy link

iCC-MK commented Sep 12, 2024

Hi OneIdentity Angular Team!

At my customer I just got the request to add a hyperview tab to the "View Attestation Case Details" sidesheet(s). After looking at the code, I found that (at least in the att/src/lib/decision/attestation-case.component.html) the tab is already there! Unfortunately the condition seems to be wrong:

image

The proper condition seems to be *ngIf="relatedOptions.length > 0" because we're already in the "this"-context. I omitted the questionmark, because the property is always declared and an empty array if the data is not loaded yet. After compilation the hyperview tab was visible and fully functional for me.

If you have any questions, feel free to get in touch.

Thanks and have a great day,
Marco

P.S. Since my usecase would also require to have the hyperview tab in the att/src/lib/attestation-history/attestation-history-details/ component, I'd love to see this as a new feature, since it's already implemented in a pretty similar view. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant