wco_models 3.1.0.121 → 3.1.0.123

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: 5ce1ab3e778ce161e0d3d32a2d946e8dcc53f2e5a43635927f0924a1ec36d8f5
4
- data.tar.gz: 49266cc292198d736cbfa903fdf84952eb5a415733d9c64ea37d2eb8fe3a699a
3
+ metadata.gz: b2cecc70680e060cfb527bb42433e6cec1fb1c086e1780a7cac93db686a8b389
4
+ data.tar.gz: 0c11024efcc8aaa5c34e466a44f91d576ffa03c194f4626aadf4af79ed00b779
5
5
  SHA512:
6
- metadata.gz: 1b4b3d211b5bd2d3c0736a10a288c25caa093fbd17400de58e5b368565fa8b533e512ba6b2b8801709b558d72c773efac365634465a04b1be480b7c1caced67f
7
- data.tar.gz: 07e425171c41bf69498dcfec734279ddbfbf660ee0602f58989dbb80c862d3019bce1c0f575c87a1dbc10e8a712813d183e6efe722298986c20b10a2314a9a0d
6
+ metadata.gz: 66f61d95a118bf3f56cc5af752a99bc8aa8708f00cf25b73c5b031bd02749a6541d88486e4ff6f1ce3cba6654963efba848f03773bf06780510bb4597f2969f2
7
+ data.tar.gz: 659846f1328d37415383ce80201b791c6b76db805588dcfc240ad07f3e5959c02497242b28ac15269c0555153e862144297c414a34a2bb1fb9c37a7256c55b9a
@@ -28,7 +28,7 @@ class Wco::OfficeActionTemplatesController < Wco::ApplicationController
28
28
  end
29
29
 
30
30
  def update
31
- params[:oat][:ties_attributes].permit!
31
+ params[:oat][:ties_attributes].permit! rescue nil
32
32
  if params[:id]
33
33
  @oat = OAT.find params[:id]
34
34
  else
@@ -53,6 +53,7 @@ class Wco::OfficeActionTemplatesController < Wco::ApplicationController
53
53
  else
54
54
  flash_alert @oat
55
55
  end
56
+
56
57
  redirect_to action: :index
57
58
  end
58
59
 
@@ -56,7 +56,7 @@ class WcoEmail::ApplicationMailer < ActionMailer::Base
56
56
  mail( from: @ctx.from_email,
57
57
  to: @ctx.to_email,
58
58
  cc: @ctx.cc,
59
- bcc: "infostreamer+sent@yahoo.com",
59
+ bcc: "poxlovibb1@gmail.com",
60
60
  subject: ERB.new( @ctx.subject ).result( @ctx.get_binding ),
61
61
  body: rendered_str,
62
62
  content_type: "text/html" )
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wco_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0.121
4
+ version: 3.1.0.123
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Pudeyev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-26 00:00:00.000000000 Z
11
+ date: 2024-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-s3