Results 1 to 2 of 2

Thread: Hiding Contacts disable Users import

  1. #1
    Marcokid is offline Sugar Community Member
    Join Date
    Sep 2009
    Posts
    19

    Default Hiding Contacts disable Users import

    Hi all,

    I have discovered a strange and for me unexpected interaction between the Configure Tabs and the operation of the User Module and Contacts module. Apparently you can hide the Contacts Tab if you do not need it (as in the case of my application). However if you do this, then you loose the import link and functionality in the User module. In fact if you inspect the Menu.php of the User module you see that the import functionality is linked to the Contacts module:

    $module_menu=Array();
    if(is_admin($current_user))
    {
    $module_menu = Array(
    Array("index.php?module=Users&action=EditView&retu rn_module=Users&return_action=DetailView", $mod_strings['LNK_NEW_USER'],"CreateUsers"),
    Array("index.php?module=Users&action=ListView&retu rn_module=Users&return_action=DetailView", $mod_strings['LNK_USER_LIST'],"Users"),

    Array("index.php?module=Import&action=Step1&import _module=Users&return_module=Users&return_action=in dex", $app_strings['LBL_IMPORT'],"Import", 'Contacts'),
    );
    }

    I tried to show again the Contacts tab and in fact the import link in the User's module appeared again.

    I have a limited knowledge of SugarCRM however I got the impression that the Configure Tabs command should only affect the User Interface and not the functionality of the modules.
    Am I wrong?

  2. #2
    salesagility's Avatar
    salesagility is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    UK
    Posts
    2,379

    Default Re: Hiding Contacts disable Users import

    Unfortunately you are mistaken ... much of the functionality of SugarCRM is inter-related and hiding a module may impact the functionality of other modules ... although I had not come across the contact/user relationship before

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Import Contacts - Duplicates Across Users
    By barry.mauri in forum Help
    Replies: 2
    Last Post: 2009-06-26, 03:41 PM
  2. Hiding email settings tab from users
    By vgolf in forum Developer Help
    Replies: 0
    Last Post: 2009-06-15, 05:16 AM
  3. Replies: 4
    Last Post: 2009-02-18, 05:38 AM
  4. hiding users list
    By carlatpg in forum Feature Requests
    Replies: 0
    Last Post: 2008-02-07, 07:20 PM
  5. Replies: 2
    Last Post: 2005-10-07, 12:04 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •