After upgrade from 824 to 825 I faced an unknown issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • trungtvmso
    Member
    • Jun 2022
    • 70

    After upgrade from 824 to 825 I faced an unknown issue

    I dont know how to explane but after I completed to upgrade from 824 to 825, I'm dealing with this issue and dont know how to fix this problem.

    It only happened in list view of Lead. I didn't customize anything here. I have tried to create new lead, it's still working, I customized to add more buttons into detail view of lead but not customize in listview.

    list view of Lead didn't render the list of leads without any error logs.

    Please help me to fix this issue due to I forgot to run backup process before upgrade. Poor me, amateur and newbie in dev T___T


    Thanks alo yuri and all you guys

    yuri

    Click image for larger version

Name:	image.png
Views:	83
Size:	86.5 KB
ID:	107111​​
    Attached Files
  • trungtvmso
    Member
    • Jun 2022
    • 70

    #2
    I've just found out that when I tried to navigate from contact/call/meeting to lead parent (link field) this issue will be happened. I dont know how to fix this problem pls kindly help me

    Comment

    • yuri
      Member
      • Mar 2014
      • 8453

      #3
      There were not changes between these versions.

      I suspect you have some array or link-multiple field with null inside. Maybe you used formula. Null should not be allowed by validation. Maybe try to find which record you have with null value in an array.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • yuri
        Member
        • Mar 2014
        • 8453

        #4
        If you manage to find a problem record, I recommend, revise your formula (if you have), where you set an array. There must be null values passing through. You can use $value ?? '' to replace null with an empty string.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • trungtvmso
          Member
          • Jun 2022
          • 70

          #5
          Originally posted by yuri
          If you manage to find a problem record, I recommend, revise your formula (if you have), where you set an array. There must be null values passing through. You can use $value ?? '' to replace null with an empty string.
          hi yuri, I found out that I'm having trouble with lead layouts JSON. I'm working on it to fix the problem.

          Thank you so much.

          Comment

          Working...