brpm_content 0.1.28 → 0.1.29
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 +8 -8
- data/modules/framework/config.yml +1 -1
- data/modules/framework/lib/module_installer.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ODA0ODI0MTg3NWU5ZjY3NzJkYzVlZDM0MmYzYTI5YTYxYmRlZjcwZg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZTcwZDJkMWRjMWI1OThlNjAxYTQxOGMxOWMwMzI2MTI4YjRhNzQxNg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MTJmNTRkOWRkMjJlNzkwNjk5N2FiOGRiOGQyYzRlYjY3NmU5YzYxN2Y3MWMx
|
10
|
+
NzZmMjdmNDM4ZGUxMTUwY2IxYjNmYWE2OWE3M2QxYzU2OGUyYmU4ZTRiZGI2
|
11
|
+
YTNiZGJlMjMwMWMwNTYyMmNhYmI2YWMxZTEyODRhZDk3Y2RmMWY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NjZjY2ZjMDVmZmVlNDQ1YzBiYzE1M2M1OTFlZWMwM2JlNWY5NDBmNjc5YzQy
|
14
|
+
YmVlMjMzODkwMDU3MjE4YjQ1YTZhODZlYWQxMDk3ZWJkYjA3YzM2MDU4OWNh
|
15
|
+
ZTM4MTE5OTU0OTE5MWExMjJlNWNjYjIxYjYyMTlkN2IyMTY2ZTA=
|
@@ -124,7 +124,7 @@ class ModuleInstaller
|
|
124
124
|
unless list_item
|
125
125
|
BrpmAuto.log "Automation category #{module_friendly_name} doesn't exist yet, so creating it now..."
|
126
126
|
list_item = {}
|
127
|
-
list_item["list_id"] = @brpm_rest_client.get_list_by_name("AutomationCategory")
|
127
|
+
list_item["list_id"] = @brpm_rest_client.get_list_by_name("AutomationCategory")["id"]
|
128
128
|
list_item["value_text"] = module_friendly_name
|
129
129
|
@brpm_rest_client.create_list_item_from_hash(list_item)
|
130
130
|
end
|