ishapi 0.1.8.235 → 0.1.8.238

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: a99137025c2a51a037e486a1d83b58d5c78ca5c649321a084838a40091eade12
4
- data.tar.gz: 5a3acd8b759ad65a7fa8133a58a115ea7b6308f788fb9cf46bd55bd4e6af5d4c
3
+ metadata.gz: 07ef5571d5486567c00d88cbbb1b8ad5190d86a2fcacd1ffef7c37a5f90d2519
4
+ data.tar.gz: ebfe9570f584f410ce3a01bae0036010800301c2654cd23b9158f4645632aec9
5
5
  SHA512:
6
- metadata.gz: a45d2b0bb0a39b606495666938cf3ea701743a7c1d3a7bc0fc0f81e846a2ce989db9e3b05ab330a46889f4875efe195ed39c831adf43802b9a06f225c485c194
7
- data.tar.gz: 6c040942ac37a423ff53c0f01ef83fd536e97a65a38c3be186ac6326960b7bfb3f608fb988e6622e30bdad22efe31850981e1c7f6402f29bec6bebf942827be5
6
+ metadata.gz: 7b3881b43ade643a150e5712a727f2f36c0a1ba9c94945710eef3fea55ab6ce0b2ed06e176c21b5b5e0dcf98afc340c389453bc241ef175540d4315eb5e75b6a
7
+ data.tar.gz: efbcd7d16af95eac3e3b31ac117c5f27fc1281771fa8781df2512a90c9d52e2e6c48f57b7d0344ce4b8a2badead3c45e9b15ac33e1c7ce65053abaa313dff0b8
@@ -14,6 +14,7 @@ module Ishapi
14
14
  convos = Office::EmailConversation.find params[:ids]
15
15
  outs = convos.map do |convo|
16
16
  convo.add_tag( WpTag::EMAILTAG_TRASH )
17
+ convo.remove_tag( WpTag::EMAILTAG_INBOX )
17
18
  end
18
19
  flash[:notice] = "outcome: #{outs}"
19
20
  end
@@ -6,7 +6,6 @@ module Ishapi
6
6
  load_and_authorize_resource
7
7
 
8
8
  def destroy
9
- puts! params, 'params'
10
9
  authorize! :leadsets_destroy, ::Ishapi
11
10
 
12
11
  leadsets = Leadset.find( params[:leadset_ids] )
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ishapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.235
4
+ version: 0.1.8.238
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-16 00:00:00.000000000 Z
11
+ date: 2023-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails