Announcement

Collapse
No announcement yet.

Preferences Visibility

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

  • Preferences Visibility

    Preferences visible only for admin..how can I restrict visibility preferences from other users...

  • #2
    Hello
    You need to override user detail view to remove Preferences button, and client/src/views/site/navbar.js

    Comment


    • #3
      Thanx Tanya

      Comment


      • #4
        I think I understand how to override the User detail view by referencing my own view in a custom User.json file, but how does one extend client/src/views/site/navbar.js without modifying the Espo file directly (which would get overwritten on update)? I tried extending navbar.js in custom/src/views/site/ but that doesn't seem to get picked up.

        Comment


        • #5
          it's not possible to do this modification in upgrade safe way

          Comment

          Working...
          X