active_scaffold_duplicate 1.2.0 → 1.3.0
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: 61dae587856c8ba3eae95a56fbad007fbd7eddd71c4450cb7f5b91d1ef6c41b0
|
|
4
|
+
data.tar.gz: cf3788edbd4d6bfbf6f530d785c548256a54109aadaaf8877e69b1903e96bb69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2832dd014e7bd9c6c5730cdb1b27ae9ec174528a2c2d9400e3c921107574fce41ad34c60d9c25d1776e0bb9a4c75a4cf5c701fa9f0d35d2c567bee00fe1a4c6b
|
|
7
|
+
data.tar.gz: '09692d70f880ff18f0284f0b3aa6ab3caa523c5012219ffc4388bf45cc58d3c990587d7dc275ea5b7a2cfdd57e413840d6f2e98c2e4e79f7e244872baab9854a'
|
|
@@ -11,7 +11,7 @@ try {
|
|
|
11
11
|
<% end %>
|
|
12
12
|
<% if (active_scaffold_config.duplicate.action_after_clone) %>
|
|
13
13
|
var link = ActiveScaffold.find_action_link('<%= action_link_id active_scaffold_config.duplicate.action_after_clone, @record.id %>');
|
|
14
|
-
if (link)
|
|
14
|
+
if (link) link.open();
|
|
15
15
|
<% end %>
|
|
16
16
|
<% end %>
|
|
17
17
|
} catch (e) { alert('RJS error:\n\n' + e.toString());}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_scaffold_duplicate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sergio Cambra
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-04
|
|
11
|
+
date: 2024-12-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: active_scaffold
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 4.0.0.rc1
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: 4.0.0.rc1
|
|
27
27
|
description: Clone records using a method from model in ActiveScaffold
|
|
28
28
|
email: activescaffold@googlegroups.com
|
|
29
29
|
executables: []
|
|
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
63
|
version: '0'
|
|
64
64
|
requirements: []
|
|
65
|
-
rubygems_version: 3.
|
|
65
|
+
rubygems_version: 3.5.11
|
|
66
66
|
signing_key:
|
|
67
67
|
specification_version: 4
|
|
68
68
|
summary: Clone record gem for Activescaffold
|