ishapi 0.1.8.159 → 0.1.8.160
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/app/views/ishapi/maps/show.jbuilder +7 -7
- 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: b2b7dd2fe41b5b2baefc24243c83b8549d36e801a069b6f1e75678ec9c504b1d
|
|
4
|
+
data.tar.gz: 3db877da0b170defc108a103fdf1066b2bfb2f7364967f8e3c2e7f93a5a3379f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69811c54dadf3fb41b549737e72fdba571479c3e46a8a9fa463ee33d78ceba120a998855c743ba75ec9adc40487dd6e6b5feed9c9dd59f01e7bd092e208481de
|
|
7
|
+
data.tar.gz: 8f598ecc134132e63c275e2d645bf224147d4302c8a9d0b301c8503f0bc87df35298a69ea04994cef902f74a2a8fdcfb5e5a4e1e82663f480619ef88a656d80d
|
|
@@ -26,15 +26,15 @@ json.cache! this_key do
|
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
|
|
29
|
+
## Hmm with austin -> wasya_co , neither config nor labels can be used from parent.
|
|
30
|
+
# if @map.parent_slug.present?
|
|
31
|
+
# json.config JSON.parse @map.parent.config
|
|
32
|
+
# json.labels JSON.parse @map.parent.labels
|
|
33
|
+
# else
|
|
29
34
|
## I removed json parsing from here! _vp_ 2021-10-14
|
|
30
35
|
## I added json parsing here! _vo_ 2021-10-19
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
json.labels JSON.parse @map.parent.labels
|
|
34
|
-
else
|
|
35
|
-
json.config JSON.parse @map.config
|
|
36
|
-
json.labels JSON.parse @map.labels
|
|
37
|
-
end
|
|
36
|
+
json.config JSON.parse @map.config
|
|
37
|
+
json.labels JSON.parse @map.labels
|
|
38
38
|
|
|
39
39
|
json.partial! 'ishapi/markers/index', map: @map
|
|
40
40
|
|