Announcement

Collapse
No announcement yet.

User Interface

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

  • 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!

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

    Comment


    • #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


      • #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


        • #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


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

            Comment

            Working...
            X