Skip to content

Commit

Permalink
Fix import by CSV (#565)
Browse files Browse the repository at this point in the history
Fix #555
  • Loading branch information
scott-joe authored and djaiss committed Aug 23, 2017
1 parent cdb7577 commit fbb2234
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
UNRELEASED CHANGES:

* Fixes birthday reminder creation bug on vCard import
* Fix search bar being hard to use
* Remove automatic uppercase of the first name
* Add restriction of 50 characters for a first name, and 100 characters for a last name
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ Jaroslav Lichtblau @svetlemodry
Lee Fenlan @themodem <[email protected]>
Aaron Johnson @aejnsn
David Egan @degan6 <[email protected]>
Scott Williams @scott-joe
4 changes: 0 additions & 4 deletions app/Jobs/AddContactFromVCard.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ public function handle()
if (! $contact->isBirthdateApproximate()) {
$reminder = Reminder::addBirthdayReminder(
$contact,
trans(
'people.people_add_birthday_reminder',
['name' => $contact->getCompleteName()]
),
$contact->birthdate
);

Expand Down

0 comments on commit fbb2234

Please sign in to comment.