bullet_train-themes 1.7.14 → 1.7.15

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: 7f6bfd78bfaa53dedbccc857c8a51e0a0a0f782e5d13b97314236b183e854927
4
- data.tar.gz: a9489130ac7466f9220f65200366c4a410871a465e9823d49bba3bd6ead7e70c
3
+ metadata.gz: c62e95ab4b0d186ab6a1643a70a893685bc4ccb5f1a72de2ff056bca68bda8d2
4
+ data.tar.gz: 7d4ddc45e8c4f78f29409dd160abbd62dad73eb40db69bdd6666e0b89990b1de
5
5
  SHA512:
6
- metadata.gz: 7551ba3ba8123bb60bc48ca2a039c8f61a3317f59357d3959cb90e86d4623c4564663636e6a2a95c8ef71ed73c0df0853ddac4d5a88298db1ba4a9eb349c955a
7
- data.tar.gz: 9985128bcdcfcb6de49fa2fd853fd784a155265d34c42d77713a6b3330b54707636199a8c8dda1cdcaebe352fcaeabdcda90a4fad253016734a92bfb971d7095
6
+ metadata.gz: ff3580cb01146b38cc78f678192ec9bf228735cda0eaa1fd34267b000501b7918509e2040ec2a92799e8153e7851daf25e8111fd3578a8c8eb9522f5269b4323
7
+ data.tar.gz: 0763af09f06ba2e28af4488e110cf6520a8c2cfaae3859b82b1dda102a20b0756a3314eccf4bfa5b7886af4aa198eb76bc872c46242a1b5c49dcfb687d911935
@@ -7,7 +7,7 @@ other_options ||= {}
7
7
  options[:class] = "formatted_content trix-content #{options[:class]}"
8
8
  options[:placeholder] ||= labels.placeholder if labels.placeholder
9
9
  options[:data] ||= {}
10
- if defined?(current_team)
10
+ if defined?(current_team) && current_team.present?
11
11
  options[:data][:mentions] ||= ([current_team].map { |team|
12
12
  {key: team.name, value: team.id, protocol: 'bullettrain', model: 'teams', id: team.id, label: team.name, photo: photo_for(team)}
13
13
  } + current_team.memberships.current_and_invited.map { |membership|
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module Themes
3
- VERSION = "1.7.14"
3
+ VERSION = "1.7.15"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.14
4
+ version: 1.7.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-24 00:00:00.000000000 Z
11
+ date: 2024-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard