Bug #30643
ForemanVirtWhoConfigure::AuthSourceHiddenWithAuthentication is displayed on auth sources page
Pull request:
Fixed in Releases:
Found in Releases:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1866515
Description of problem:
label for auth_source_type = ForemanVirtWhoConfigure::AuthSourceHiddenWithAuthentication is missing, along with a shorter box
Version-Release number of selected component (if applicable):
Red Hat Satellite 6.8 [snap 09]
How reproducible:
Always
Steps to Reproduce:
1. Administer --> Authentication sources
Actual results:
- Box, which redirects to auth_source_type = ForemanVirtWhoConfigure::AuthSourceHiddenWithAuthentication is missing
- Box/Button is shorter
Expected results:
- Appropriate Label and Box size
- Authentication sources , should be in capital letter. "S"
Associated revisions
History
#1
Updated by The Foreman Bot 5 months ago
- Assignee set to Tomer Brisker
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7905 added
#2
Updated by The Foreman Bot 5 months ago
- Fixed in Releases 2.3.0 added
#3
Updated by Tomer Brisker 5 months ago
- Subject changed from label for authentication source type ForemanVirtWhoConfigure::AuthSourceHiddenWithAuthentication is missing, along with a shorter box to ForemanVirtWhoConfigure::AuthSourceHiddenWithAuthentication is displayed on auth sources page
#4
Updated by Tomer Brisker 5 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|a4c0a160a2d7c6564c1f3f60fcaa51c5438fe825.
#5
Updated by The Foreman Bot 4 months ago
- Pull request https://github.com/theforeman/foreman/pull/7975 added
Fixes #30643 - Allow inheriting auth source classes (#7905)
AuthSource subclasses may be inherited, leading scopes to return
unexpected results - for example, AuthSource.except_hidden returned auth
sources that inherited the AuthSourceHidden class. The scopes have been
modified to also take into account the descendants of the various types.