foreman_theme_satellite 16.2.1 → 16.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb170b54611ff66c807f9a005cc4d79c809455d58c61b19eb0d6d4db4f7e032e
|
|
4
|
+
data.tar.gz: 9d743b450a38a85ea7f0d27ca6459c89aabfeb7f61f5a9326154a00776f0199d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18531434b04e89d40931779aab1f90f67d67aa4e98b97eb45bd27948398f122a28a259ff946d61c7e9433fc608bfba32ca9b7016dcea3c914afb9da4b6387db2
|
|
7
|
+
data.tar.gz: 2a745ad5d456dabbf10963153d2a17dc5349f4c5fe65539be03ccbf513901fe23e971ef368d5dc6a33365003af7c8fa692617921ca28255297ab04d8ebf28c26
|
|
@@ -22,7 +22,8 @@ module DocumentationControllerBranding
|
|
|
22
22
|
end
|
|
23
23
|
|
|
24
24
|
def plugin_documentation_url
|
|
25
|
-
ForemanThemeSatellite::Documentation::PLUGINS_DOCUMENTATION[plugin_documentation_params[:name]]
|
|
25
|
+
branded_url = ForemanThemeSatellite::Documentation::PLUGINS_DOCUMENTATION[plugin_documentation_params[:name]]
|
|
26
|
+
branded_url ? "#{documentation_root}/#{branded_url}" : super
|
|
26
27
|
end
|
|
27
28
|
|
|
28
29
|
def wiki_url(section: '')
|
data/package.json
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_theme_satellite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 16.2.
|
|
4
|
+
version: 16.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shimon Stein
|
|
@@ -107,7 +107,6 @@ files:
|
|
|
107
107
|
- app/helpers/provisioning_templates_helper_branding.rb
|
|
108
108
|
- app/helpers/theme_application_helper.rb
|
|
109
109
|
- app/helpers/theme_css_class_helper.rb
|
|
110
|
-
- app/helpers/theme_discovery_helper.rb
|
|
111
110
|
- app/helpers/theme_external_logout_helper.rb
|
|
112
111
|
- app/helpers/theme_layout_helper.rb
|
|
113
112
|
- app/helpers/theme_login_helper.rb
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
# Overrides for functions used in helpers.
|
|
4
|
-
module ThemeDiscoveryHelper
|
|
5
|
-
# This override should be deprecated once discovery moves to use external links controller.
|
|
6
|
-
# Tracked upstream under https://projects.theforeman.org/issues/33231
|
|
7
|
-
def discovery_doc_url
|
|
8
|
-
ForemanThemeSatellite::Documentation::PLUGINS_DOCUMENTATION['foreman_discovery']
|
|
9
|
-
end
|
|
10
|
-
end
|