phcscriptcdnpro 3.2.1 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 590df3037859b1cc939035fd25d067d5d3f64ae1
|
4
|
+
data.tar.gz: ef18dde4091edd32120e12374ed6a95e88af38b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 919e515bdc8a0f7954fda383fff99ec2e7c253b87ed7ad0b536d80345ffe40f9fecd2900fbd7e929cd4741c6bdf9f9fc5dfa6eab53e1694b56340bb103445657
|
7
|
+
data.tar.gz: be1666f9a3e1ac7b68a75542b6a65b98e19939e9e26288e084a648dacee615d17f9a5aaedcdbe0f4bc6226426a85c13c1e10dcd87ab42a3be7fa5e141a1719c4
|
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
<div class="form-group field_with_errors">
|
46
46
|
<label>Script Version</label>
|
47
|
-
<%= collection_select(:script_listing, :version_id,
|
47
|
+
<%= collection_select(:script_listing, :version_id, Phcscriptcdnpro::Script::Version.order('scriptversion'), :id, :scriptversion, {}, {class: "form-control"}) %>
|
48
48
|
</div>
|
49
49
|
|
50
50
|
<div class="form-group field_with_error">
|
@@ -17,12 +17,12 @@
|
|
17
17
|
|
18
18
|
<div class="form-group field_with_errors">
|
19
19
|
<label>Script Version</label>
|
20
|
-
<%= collection_select(:script_url, :version_id,
|
20
|
+
<%= collection_select(:script_url, :version_id, Phcscriptcdnpro::Script::Version.order('scriptversion'), :id, :scriptversion, {}, {class: "form-control"}) %>
|
21
21
|
</div>
|
22
22
|
|
23
23
|
<div class="form-group field_with_errors">
|
24
24
|
<label>Script Extensions</label>
|
25
|
-
<%= collection_select(:script_url, :extension_id,
|
25
|
+
<%= collection_select(:script_url, :extension_id, Phcscriptcdnpro::Script::Extension.order('scriptextensionname'), :id, :scriptextension, {}, {class: "form-control"}) %>
|
26
26
|
</div>
|
27
27
|
|
28
28
|
<div class="actions">
|