wco_email 0.1.1.68 → 0.1.1.70

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: 868cc258b781893c9db6413bd10ef2bee7eb531683b31fdb1e19500e617b4b48
4
- data.tar.gz: bff92e55ea5375cb12d90a5e103d398f48ad36bf279c6ca3bf1795f1a5d674c2
3
+ metadata.gz: 249540fd84b0ce5ea99213967d16b3ad3725205977b8c8c58c4403cbc15da633
4
+ data.tar.gz: f10a13da33aa7a1d831f8500f1002b10c40f8d6615ef52bfa1706c6904de1689
5
5
  SHA512:
6
- metadata.gz: 42022a0679b7eabd8de64d45dceead3e7f167f9b3accc687f1b87301f2b60b1437f0f0bbc13eb17825730d44f3857dcacdaca6994bdbc343e50bc90a0b7ebc7b
7
- data.tar.gz: 5baa1da9a6f9e4208e7abf970c3af8ff5cfb62ac53ce6ad4cfaa8df90aa6437c4b0ef5274447bc314c161b28fad812da1fd59a427aaf224b945070766e0f3b88
6
+ metadata.gz: 4fdf651791267e92b665ac6ccf4c209636fb716e66f836fe231b428fafdf92d1db79367b4fec2a826633c40c59633a1cdf633d719ddde13c33be43ade8c046b6
7
+ data.tar.gz: 6571ee7fcdbecfc3090cdc15286d34ddeb39f983e83d1bdaffe1ae56bf6d32b9bdb0181512787636a5b0ce4320ca25615d2bd43dd005cf87a6eb2c0d645c670b
@@ -47,10 +47,11 @@ class WcoEmail::ContextsController < WcoEmail::ApplicationController
47
47
  def index
48
48
  authorize! :index, WcoEmail::Context
49
49
  @ctxs = WcoEmail::Context.where(
50
- :send_at.ne => nil, sent_at: nil
51
- ).order_by( sent_at: :desc, send_at: :desc
52
- ).page( params[:ctxs_page]
53
- ).per( current_profile.per_page )
50
+ :send_at.ne => nil,
51
+ sent_at: nil,
52
+ ).order_by( sent_at: :desc, send_at: :desc
53
+ ).page( params[:ctxs_page]
54
+ ).per( current_profile.per_page )
54
55
 
55
56
  if params[:lead_id]
56
57
  @lead = Lead.find params[:lead_id]
@@ -11,8 +11,7 @@
11
11
  = link_to '[~]', edit_conversation_path(@conversation)
12
12
  %span.gray.mini= @conversation.id
13
13
 
14
- = render 'wco/tags/list_mini', tags: @conversation.tags
15
-
14
+ = render '/wco/tags/index_chips', tags: @conversation.tags
16
15
 
17
16
  = render '/wco_email/conversations/actions'
18
17
 
@@ -20,6 +20,7 @@
20
20
  %th &nbsp;
21
21
  %th n convs
22
22
  %th Match
23
+ %th Skip
23
24
  %th Action
24
25
 
25
26
  - @email_filters.each_with_index do |ef, idx|
@@ -47,6 +48,12 @@
47
48
  - if ef.body_exact.present?
48
49
  .a <b>body_exact:</b> `#{ef.body_exact}`
49
50
 
51
+ %td.skip
52
+ - if ef.skip_to_exact.present?
53
+ .a <b>skip_to_exact:</b> `#{ef.skip_to_exact}`
54
+ - if ef.skip_from_regex.present?
55
+ .a <b>skip_from_regex:</b> `#{ef.skip_from_regex}`
56
+
50
57
  %td.action
51
58
  - if ef.kind == EF::KIND_AUTORESPOND_TMPL
52
59
  .a <b>#{EF::KIND_AUTORESPOND_TMPL}:</b> #{ef.email_template&.slug}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wco_email
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.68
4
+ version: 0.1.1.70
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-03-31 00:00:00.000000000 Z
11
+ date: 2024-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-s3