Unable to display "sighting" detail when creating a sighting from an organisation entity
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.
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)
We need to look into the possibility of always redirecting to the sighting detail view (/dashboard/events/sightings/{sighting_id}).
=> This issue has been resolved with the issue #8814 (fix Sightings tab under Observables and Indicators https://github.com/OpenCTI-Platform/opencti/pull/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}.
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