thecore_dataentry_with_date_start_and_end 1.2.7 → 1.2.8
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b97cde574ed6a9bf49fdb780296a475e360c5fdc650aee1b8ee0e3504fd5d8c
|
4
|
+
data.tar.gz: d82de6915a85a4b107b302a49e2d8a3b90e42bdad292d276cc8a91377ba02fa2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc8249dcbc52176c594448778054a023785490ab21027e9c352da5564a8e9c4ed963fd86b858061ad770de92ce0ec724a708a94d4313e3da30f875e6ad9fd028
|
7
|
+
data.tar.gz: 7281664e4975d9c93eea1c871b935c7482395e2ecb97c84bef3d82344382b1733e067a1e15097160c0032f57f95280a14b82ff2a22955b683055c52fa3512166
|
@@ -7,12 +7,12 @@
|
|
7
7
|
var html = $("<div></div>");
|
8
8
|
html.append("<h3><%=t "thecore_dataentry_with_date_start_and_end.header" %> "+data.barcode+"</h3>");
|
9
9
|
<%-if (not_before rescue true)%>
|
10
|
-
additionalData.not_before = data.not_before
|
10
|
+
// additionalData.not_before = data.not_before
|
11
11
|
html.append(buildDTPicker("not-before", '<%=t "thecore_dataentry_with_date_start_and_end.not_before" %>', data.not_before, <%= not_before_ro rescue false %>, <%= not_before_date_only rescue false%>));
|
12
12
|
html.append("<br/>");
|
13
13
|
<%-end%>
|
14
14
|
<%-if (not_after rescue true)%>
|
15
|
-
additionalData.not_after = data.not_after
|
15
|
+
// additionalData.not_after = data.not_after
|
16
16
|
html.append(buildDTPicker("not-after", '<%=t "thecore_dataentry_with_date_start_and_end.not_after" %>', data.not_after, <%= not_after_ro rescue false %>, <%= not_after_date_only rescue false%>));
|
17
17
|
html.append("<br/>");
|
18
18
|
<%-end%>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_dataentry_with_date_start_and_end
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-04-
|
11
|
+
date: 2019-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thecore_dataentry_commons
|
@@ -74,8 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: '0'
|
76
76
|
requirements: []
|
77
|
-
|
78
|
-
rubygems_version: 2.7.7
|
77
|
+
rubygems_version: 3.0.1
|
79
78
|
signing_key:
|
80
79
|
specification_version: 4
|
81
80
|
summary: Thecore Dataentry via WS or KP, handling dates
|