thecore_dataentry_commons 1.4.9 → 1.5.1
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65eb716678710e1d57a445415278aba8d6acb8b6624323948bc149b31498dfa4
|
4
|
+
data.tar.gz: 2b891743891630c866c7ecf8f6ec3a70f08988e0d5d39c41d46dcab3033f8cf6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd004a8642ea0db62298d95bd8a0202b502631cd733b57232b679adc5ffb1e0b61cbfd82b21a96c0cad9d07202e44bf2b10d1c1f141e2483b0ee9540b89d48a3
|
7
|
+
data.tar.gz: fb379939de72bdf7e01cf0bd0df79a4247209cb6df0661bbd48c5c1d56d1663ef13c75c4f3e93d31daecedd08b63de9780364205abc150f94a961e484c2f3762
|
@@ -26,7 +26,7 @@ var dataAction = {
|
|
26
26
|
code.prop('disabled', true);
|
27
27
|
$(this).button('loading');
|
28
28
|
this.before();
|
29
|
-
$.
|
29
|
+
$.post('<%=rails_admin.send("#{action_name}_path")%>', {
|
30
30
|
barcode: code.val(),
|
31
31
|
parameters: additionalData,
|
32
32
|
what_to_do: "data-action",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_dataentry_commons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.1
|
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-09-
|
11
|
+
date: 2019-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thecore_settings
|