How I can customize Core\Utils

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • tanya
    commented on 's reply
    Did you try? According to application/Espo/Core/Utils/Database/Orm/Converter.php it has work (I did not try, because did not need it )

  • wtconseil
    replied
    i have the same issue.
    any clue ?

    Leave a comment:


  • HarryPotter
    replied
    Originally posted by yurikuzn
    Hi

    Try to use \Espo\Custom\Core\Utils\Database\Orm\Fields\Person Name

    but i'm not sure.
    No. It won't work. You did not allow extend it.

    Leave a comment:


  • yuri
    replied
    Hi

    Try to use \Espo\Custom\Core\Utils\Database\Orm\Fields\Person Name

    but i'm not sure.

    Leave a comment:


  • l1king
    started a topic How I can customize Core\Utils

    How I can customize Core\Utils

    Hi,
    I want to customize display firstName and lastName in AccountList (currently is firstName+lastName, while i want to show lastNam+firstName)
    I have found the problem in class Espo\Core\Utils\Database\Orm\Fields\PersonName.php , how I can customize it in Custom??

    Thank!
Working...