foreman_acd 0.9.3 → 0.9.4

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: dbb3f0546eecd696b0236fc7fc5d939e3c9ba4be45de5f63c3c0b510bdd3a43e
4
- data.tar.gz: 79a44a598a313b6d9d1883104d5a776e1cf20f43548cc75275bdb68ddc8efc26
3
+ metadata.gz: 544d3c91bb7090c8c4066a256937514626d263e206f1ab5f01976cbba606f0b6
4
+ data.tar.gz: 06a4be069deda3be5e2c26407b4303a8e22aa5d4c1f46179c36d60734ad9d13e
5
5
  SHA512:
6
- metadata.gz: 8b1915e923d8571aeabe098e4f6b3539038608bc66276a1a65733df7b1548c0822aa11217b1c545e19dac1e88436cc7e213275bdb0bd488721497553361f6833
7
- data.tar.gz: e0e62775c7fbd2417edd87febdfe13df1457a037b80746e3c019ed7eef67b3c94012b64397317dafc34d56a5258289f2d0088a86338944c90dde2a248f3925be
6
+ metadata.gz: fdb3c928f53da13d0d00308d4a9693b07ab62a792c8f866351d4e8ea027e5d9575963f787171a345e5b66eddacd4747faa5be02eb055698d9c4c5e6cfb7a9468
7
+ data.tar.gz: 77efce0818807f653dfc726c41f568331dc515b24b0fd3722ce0ec935b8696bfe1de391338f5f8ec04e3e66ee7693f3b88b1daf8239fa89c5ece3885fea3145d
data/README.md CHANGED
@@ -55,7 +55,7 @@ This plugin aims to setup all six hosts and to deploy the application.
55
55
 
56
56
  ## Documentation
57
57
 
58
- See [Application Centric Deployment Guide](https://docs.theforeman.org/nightly/Application_Centric_Deployment/index-foreman-el.html)
58
+ See [Deploying Hosts using Application Centric Deployment](https://docs.theforeman.org/nightly/Deploying_Hosts_AppCentric/index-katello.html)
59
59
 
60
60
  ## Installation
61
61
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ForemanAcd
4
- VERSION = '0.9.3'
4
+ VERSION = '0.9.4'
5
5
  end
@@ -180,6 +180,7 @@ export const initParameterSelection = (
180
180
  }, idx++);
181
181
 
182
182
  initialState.parameters = parameters;
183
+ initialState.allowedParameterTypes = [];
183
184
 
184
185
  if ((paramType == PARAMETER_SELECTION_PARAM_TYPE_FOREMAN) && (parameters)) {
185
186
  let pTypes = PARAMETER_SELECTION_TYPES;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_acd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - ATIX AG
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-15 00:00:00.000000000 Z
11
+ date: 2023-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop