Results 1 to 9 of 9

Thread: "Assigned to" field not working (BUG)

  1. #1
    benano is offline Sugar Community Member
    Join Date
    Mar 2011
    Posts
    32

    Thumbs down "Assigned to" field not working (BUG)

    Hello,

    If I assign any record (either a case, an account, an opportunity) to a user other than the admin user, the name is not displayed in the "Assigned to" field. There is only a hyphen which is displayed in a ListView. The hyphen is not displayed during a DetailView.

    If I click the hyphen, it will link to the correct "employee" page.

    Is there a solution for this bug?

    I have tried clearing the cache and restarting apache. As per this thread.
    http://www.sugarcrm.com/forums/showthread.php?t=71213&goto=newpost

    Is there another solution to this

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: "Assigned to" field not working (BUG)

    Which is the version of your SugarCRM instance?
    Did you install any package or customize code by hand?

    Regards
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  3. #3
    benano is offline Sugar Community Member
    Join Date
    Mar 2011
    Posts
    32

    Default Re: "Assigned to" field not working (BUG)

    Version 6.2.
    I installed 2 instances (on the same server), a developer/testing instance and a live instance.
    I created all my customisations using the module builder and studio in the developer instance and then copied the custom and cache folders across to my Live instance. Then performed a rebuild.

  4. #4
    leowolff is offline Sugar Community Member
    Join Date
    Apr 2009
    Posts
    126

    Default Re: "Assigned to" field not working (BUG)

    Do you use OQC? If you do, go to its forum on Sugar Forge and find the solution, its an ooooolllllllldddddd bug that might still be around.
    Regards,

    SugarCRM CE v.5.2.0c
    Windows platform
    MySQL v.5.0.37
    phpMyAdmin - 2.11.2.2
    Apache Server v.2.0

  5. #5
    benano is offline Sugar Community Member
    Join Date
    Mar 2011
    Posts
    32

    Thumbs down Re: "Assigned to" field not working (BUG)

    No I am not using OQC.

    This Bug is reproducible.

    I installed a fresh instance of sugarCRM 6.2 on the same server but different url.
    eg http://120.120.120.1/~sugar-fresh

    My live instance of sugar is http://120.120.120.1/~sugar-live
    Obviously these are phony IP addresses for security reasons.

    I installed a fresh instance of SugarCRM CE v6.2.
    Created 2 new User Records
    Created a new Account Record.
    I assign the Account Record to one of the new users and was unsuccessful.
    By unsuccessful I mean:
    The username does show up in LIST VIEW for the new account, however it is just a "-"(hypen) which links to the correct (assigned) user. It does not display the name.
    The assigned_to field does NOT appear in on the Account record under DETAIL VIEW or EDIT VIEW.
    This happens for any module.
    The most annoying thing is, If I modify a record (of any module), the assigned to field is a required field and needs to be entered every time.

    I have tried restarting apache as someone suggested but I am still having no luck.

    Is there a solution for this bug?

  6. #6
    benano is offline Sugar Community Member
    Join Date
    Mar 2011
    Posts
    32

    Default Re: "Assigned to" field not working (BUG)


  7. #7
    karenAndy is offline Sugar Community Member
    Join Date
    Jun 2011
    Posts
    39

    Default Re: "Assigned to" field not working (BUG)

    Hello,

    Did you happen to find a solution to this problem? I'm experimenting the same problem, and it goes beyond that because the other users sometimes can not see the opportunities and other modules.

    If you found a way to fix this, pleas inform me.

    Thanks!

  8. #8
    diego.goretti is offline Junior Member
    Join Date
    May 2008
    Posts
    2

    Default Re: "Assigned to" field not working (BUG)

    I had the same problem only on an environment with zend framework.

    The solution:

    Make a change in include/utils.php in the get_user_array() function, changing the line:

    if(!isset($user_array)) {

    to:

    if(empty($user_array)) {

    Source post:
    http://www.sugarcrm.com/forums/f22/a...83/index2.html

  9. #9
    vbondoux is offline Sugar Community Member
    Join Date
    Feb 2007
    Posts
    50

    Default Re: "Assigned to" field not working (BUG)

    Hi,

    I have exactly the same problem.
    I created a custom "person" module with the LBL_ASSIGNED_TO_NAME preinstalled field.
    So in the listview the field is a empty link but which link to the good user.

    I have seen in utils.php and if (!empty($assigned_user)) has a good synthaxe.

    So if you have a solution ...



    Many thank's

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Hiding or deactivating small button near to field "Assigned to"
    By abderrafi212 in forum Developer Help
    Replies: 3
    Last Post: 2011-03-15, 05:28 PM
  2. Replies: 1
    Last Post: 2010-11-19, 02:22 AM
  3. Replies: 10
    Last Post: 2009-12-02, 09:10 PM
  4. Replies: 5
    Last Post: 2008-04-30, 11:41 AM
  5. Replies: 3
    Last Post: 2006-07-25, 06:58 PM

Tags for this Thread

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
  •