Tabs not working when upgrade from 7.1 version

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zuzz
    Member
    • Nov 2023
    • 42

    Tabs not working when upgrade from 7.1 version

    Today I upgrade heavy customized (in upgrade-safe way, via client/custom and custom/espo/custom) espocrm from v.71.to 8.5 step by step.
    I've add panel tabs and them does not work (screenshot in attach).
    Please, what i have to verify to fix it ?
  • Zuzz
    Member
    • Nov 2023
    • 42

    #2
    I add full code of selectTab: function(tab) in custom:views/MODULE/record/detail
    And find the reason.
    Panels is hided with "tab-hidden" class.
    We use custom theme from old version, and it does not contain "tab-hidden" class
    Last edited by Zuzz; 11-28-2023, 12:46 PM.

    Comment

    • esforim
      Active Community Member
      • Jan 2020
      • 2204

      #3
      You would need to get that custom theme to support it then? I use Dubas dark theme, it supported it, the light version should also work

      Comment

      • Zuzz
        Member
        • Nov 2023
        • 42

        #4
        We try to customize light theme, it's excellent

        Comment

        Working...