Preferences Visibility

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rahul89
    Member
    • Jul 2017
    • 96

    Preferences Visibility

    Preferences visible only for admin..how can I restrict visibility preferences from other users...
  • tanya
    Senior Member
    • Jun 2014
    • 4308

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

    Comment

    • rahul89
      Member
      • Jul 2017
      • 96

      #3
      Thanx Tanya

      Comment

      • Kurt
        Member
        • Jan 2018
        • 37

        #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

        • tanya
          Senior Member
          • Jun 2014
          • 4308

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

          Comment

          Working...