gitlab_support_readiness 1.0.16 → 1.0.17
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 +4 -4
- data/lib/support_readiness/repos/articles.rb +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec74300522a14ea5048a624bd6924108dd6b4df0d6eb49bd85d8084b2ee200bc
|
4
|
+
data.tar.gz: 55e795154690545acfdcb25ab1d23757fcd2b23e3b42756a9524a7408fc7e4a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 46b6abb9160d7e7bc61069f2ec36f6a529c65d060558484c549cd874d635e67ae6eac717e991c7442c03056164015fc37468b7bf0986dba7e8633f916713817f
|
7
|
+
data.tar.gz: e493e8b39d3693adc9bca33d2d28c39b8cb49e72129ac9f45e033b0f22ecc39a61e7a63edaab75ab6eb004a18e199fccca15b38e8bb09308fab0dadac61a20e0
|
@@ -204,8 +204,9 @@ module Readiness
|
|
204
204
|
# @param object [Hash]
|
205
205
|
# @return [String]
|
206
206
|
def self.data_object_dom(object)
|
207
|
+
path = path_from_instance(object).split("#{@location}/managed_content/").last
|
207
208
|
<<~STRING
|
208
|
-
<p id="data_object_dom" style="display: none;" data-path="#{
|
209
|
+
<p id="data_object_dom" style="display: none;" data-path="#{path}"> </p>
|
209
210
|
STRING
|
210
211
|
end
|
211
212
|
|