User Interface

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • randit
    Junior Member
    • Sep 2016
    • 16

    User Interface

    Hello:There are two questions I have regarding the User Interface.
    1.) How do I make the Access tab for Users unclickable? I do not want User to view these settings (see image).
    2.) How do I add EMAILS to Activities (see image)?

    I appreciate your help and support!
  • peterberlin
    Active Community Member
    • Mar 2015
    • 1004

    #2
    The videos are helpful.
    Last edited by tanya; 04-26-2017, 02:09 PM.

    Comment

    • tanya
      Senior Member
      • Jun 2014
      • 4308

      #3
      https://youtu.be/4CoC8W5dFZs?t=18s - for second question. But Emails are using for History (it's logically)
      client/src/views/user/record/detail.js - for first
      Last edited by tanya; 04-26-2017, 01:16 PM.

      Comment

      • randit
        Junior Member
        • Sep 2016
        • 16

        #4
        Thanks for the info!

        @tanya I exchanged History for Activities and that solved #2.For #1 would you happen to know what code needs to be changed in the file to make the Access tab unclickable? I am not a .js wiz!

        Thanks for all of your fast help and support.

        Comment

        • tanya
          Senior Member
          • Jun 2014
          • 4308

          #5
          You can remove this button at all (delete code, where it pushed to buttonList) or in method afterRender disable it
          Code:
           this.$el.find(".button-container button[data-action="access"]").attr('disabled', 'disabled');
          main detail client/src/views/record/detail.js

          if you want to do it in upgrade safe way https://github.com/espocrm/documenta...ustom-views.md

          Comment

          • Hidexas5
            Junior Member
            • May 2017
            • 1

            #6
            Stick RPG 2 unblocked I am not quite sure about it.
            Last edited by Hidexas5; 09-09-2017, 07:14 AM.

            Comment

            Working...