Announcement

Collapse
No announcement yet.

Default sidePanelsDetail for Account + Contact

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Default sidePanelsDetail for Account + Contact

    Hello I have an issue with Tasks not being available as an option in the Side Panels Layout Manager for Accounts + Contacts, despite the relationship existing.

    The activities panels are showing up, but there's no sidePanelsDetail.json file for either Accounts or Contacts, so this is coming from a default somewhere. However application/Espo/Core/defaults/layouts/sidePanelsDetail.json is empty.

    Why are the Activity Panels showing but not the Tasks panel?

    This change happened after upgrading to 4.3.0 I think. I'm now on 4.4.0

  • #2
    Hello

    side panels also could be set in clientDefs (application/Espo/Modules/Crm/Resources/metadata/clientDefs/Account.json sidePanels section)
    /client/src/views/record/detail-side.js - there you can find the logic

    Comment


    • #3
      great thanks I'll look into the logic

      Comment

      Working...
      X