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

Unable to display "sighting" detail when creating a sighting from an organisation entity #8146

Closed
romain-filigran opened this issue Aug 22, 2024 · 3 comments · Fixed by #9603
Assignees
Labels
bug use for describing something not working as expected solved use to identify issue that has been solved (must be linked to the solving PR)
Milestone

Comments

@romain-filigran
Copy link
Member

Description

When creating a sighting from an organization entity with an observable, it's not possible to view the detail when clicking on it. (seems to redirect to an invalid URL).

Moreover (when it's works), I don't understand while we have the feeling to be in the "knowledge" part and not in the "sighting" part of the entity ("knowledge" tab active and not "sighting") when viewing the detail of a sighting.

Capture d'écran 2024-08-22 194515

Environment

OpenCTI version: 6.2.14

Reproducible Steps

Navigate to an organization entity. from the "sighting" menu, create a sighting with an observable (ex: IP address).
Click on the created "sighting", you will redirected to an empty page.

Expected Output

Actual Output

Additional information

Screenshots (optional)

@romain-filigran romain-filigran added bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team and removed needs triage use to identify issue needing triage from Filigran Product team labels Aug 22, 2024
@romain-filigran
Copy link
Member Author

We need to look into the possibility of always redirecting to the sighting detail view (/dashboard/events/sightings/{sighting_id}).

@CelineSebe
Copy link
Member

=> This issue has been resolved with the issue #8814 (fix Sightings tab under Observables and Indicators
#9486).

However, there remains some doubt about the redirection. It currently points to the sighting embedded within its entity:
/dashboard/observations/indicators/{entity_id}/knowledge/sightings/{sightings_id}.
Perhaps it should instead directly redirect to:
/dashboard/events/sightings/{sighting_id}.

@Archidoit Archidoit self-assigned this Jan 15, 2025
@Archidoit
Copy link
Member

The fix seems to be : redirect to the Sighting overview (and not to the knowledge overview of one entity involved in the sighting). @romain-filigran

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug use for describing something not working as expected solved use to identify issue that has been solved (must be linked to the solving PR)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants