web47core 3.2.12 → 3.2.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/helpers/core_dropdown_helper.rb +2 -2
- data/lib/web47core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f80ee98ed026c67ca6a26a5aec5efa9562fd9ea5682a3fa190be98669d957c39
|
4
|
+
data.tar.gz: 139eefd82be0b7fd78b7a50fc423fd9a55845bb95507d89a7db77ceccdbb0f5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee4e27efa99608fee889f221dc28885a9bca2a396fe4260fa9e293cdaadd11ee107281b7432227802fee9f2920da50d6222023ed1bfb2354b7d0813fd09c1233
|
7
|
+
data.tar.gz: 64aca0eddab90eb850c356c0abe646e1cc29c7793c71881f96d68994e7d1949c48729e93a09757f0e5cb536d9b7a2c20627e79a400d8c589ffcae97c4084db85
|
@@ -75,10 +75,10 @@ module CoreDropdownHelper
|
|
75
75
|
dropdown_item(path, 'close-circle', 'Cancel', method: method, confirm: confirm, classes: %w(text-danger))
|
76
76
|
end
|
77
77
|
|
78
|
-
def run_dropdown_item(obj, path)
|
78
|
+
def run_dropdown_item(obj, path, method: :post, title: 'Run')
|
79
79
|
return unless can? :read, obj
|
80
80
|
|
81
|
-
dropdown_item(path, 'run',
|
81
|
+
dropdown_item(path, 'run', title, method: method)
|
82
82
|
end
|
83
83
|
|
84
84
|
def replay_dropdown_item(obj, path, confirm: nil, title: 'Replay')
|
data/lib/web47core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: web47core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Schroeder
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
11
|
+
date: 2025-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemodel
|