Bug #32055
Missing documentation link does not navigate
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1920031
Description of problem:
Documentation hyperlink does not work given in the Module Streams.
Satellite webui >> Content >> Module Streams >> documentation
Version-Release number of selected component (if applicable):
6.9
How reproducible:
Navigate to Satellite webui >> Content >> Module Streams >> click on "documentation"
Actual results:
It does not navigate to help page.
Expected results:
Should navigate to help page.
Associated revisions
History
#1
Updated by Tomer Brisker about 2 years ago
- Assignee set to Tomer Brisker
- Category set to JavaScript stack
- Subject changed from Module Streams documentation link does not navigate to Missing documentation link does not navigate
When an empty state page doesn't have a `documentation` attribute, the default is taken causing the link to point to `#` which is incorrect.
#2
Updated by The Foreman Bot about 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8374 added
#3
Updated by The Foreman Bot about 2 years ago
- Fixed in Releases 2.5.0 added
#4
Updated by Tomer Brisker about 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|605a0f19e19fe966931ce89dfad1821bd2d9b6b6.
Fixes #32055 - Don't show missing doc link on EmptyState
When `documentation` prop is not passed to the EmptyState component, the
default prop `{url: '#'}` was being used causing a useless help link to
be displayed.