Project

General

Profile

Bug #32055

Missing documentation link does not navigate

Added by Tomer Brisker about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
JavaScript stack
Target version:
-
Difficulty:
Triaged:
No
Bugzilla link:
Fixed in Releases:
Found in Releases:
Red Hat JIRA:

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

Revision 605a0f19 (diff)
Added by Tomer Brisker about 2 years ago

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.

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

Also available in: Atom PDF