field name misspelled in application\Espo\Services\App.php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • telecastg
    Active Community Member
    • Jun 2018
    • 907

    #1

    field name misspelled in application\Espo\Services\App.php

    Line 133: if ($user->get('emailAddrses') === $emailAddress->get('name')) continue;
    Lines 136-138: if ($user->get('emailAddrses')) { array_unshift($emailAddressList, $user->get('emailAddrses')); }

    Field 'emailAddrses' does not exist
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9616

    #2
    Thanks.

    Comment

    Working...