Announcement

Collapse
No announcement yet.

How to disable Team, Misc and Stream Tab?

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

  • How to disable Team, Misc and Stream Tab?

    For some reasons, I don't want my customers to see these 3 tabs, but I can't disable them in the role. Please help me.



  • #2
    In which entity ??

    Comment


    • #3
      Look like it is the Users (logged in user) interface.

      The layout seem to be editable by GUI but these 3 field doesn't seem to be possible to edit. You would have to code it somehow, perhaps there is a configuration .json as well for it but I do not know.

      Comment


      • #4
        Hi,

        Seems like it's "hardcoded" into this two files :
        Detail view : https://github.com/espocrm/espocrm/b...cord/detail.js
        Edit view : https://github.com/espocrm/espocrm/b...record/edit.js


        You need to do some coding there to apply a condition to display the panels

        Comment

        Working...
        X