Results 1 to 8 of 8

Thread: Cases-> Mass Update -> LBL_ASSIGNED_TO_ID

  1. #1
    iamdwong is offline Junior Member
    Join Date
    Jan 2008
    Posts
    1

    Default Cases-> Mass Update -> LBL_ASSIGNED_TO_ID

    Dear all,

    In Cases -> Mass update, one of my fields display 'LBL_ASSIGNED_TO_ID' next to the select button. Suppose this should be 'Assigned User:'. Anyone know where to rename this field name? I can't find it in the studio...

    Many Thanks !
    Dicky Wong

    Sugar Community Edition
    Version 5.0.0a (Build 3120)
    Last edited by iamdwong; 2008-01-15 at 12:54 AM.

  2. #2
    khamel is offline Sugar Community Member
    Join Date
    Nov 2007
    Posts
    22

    Default Re: Cases-> Mass Update -> LBL_ASSIGNED_TO_ID

    I had the exact same problem, I searched through all the labels in the label editor for the cases and couldn't find it. I eventually fixed it but can't remember exactly what I did because I tried several things, however my approach was to remove a few values from the list, subpanel and search views in studio for cases and then readd them back and that fixed it.

    I wish there was a Mass Update view editor in Studio like there is for Edit, Detail and List views.

    What version are you on? I'm Version 5.0.0a (Build 3120) on siteground.

  3. #3
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Cases-> Mass Update -> LBL_ASSIGNED_TO_ID

    This is a bug in 5.0.0a, the label is missing in .../modules/Cases/language/en_us.lang.php,
    you can add it like this:

    Code:
    ...
    	'LBL_ASSIGNED_TO_NAME' => 'Assigned to',
    	'LBL_TYPE'=>'Type',
    	'LBL_WORK_LOG'=>'Work Log',
    
    
    // MISSING LBL:
    	'LBL_ASSIGNED_TO_ID' => 'Assigned to(ID)',
    ///////////////
    
    
    );
    
    
    ?>

  4. #4
    franklin_sugar is offline Sugar Team Member
    Join Date
    Jun 2006
    Posts
    157

    Default Re: Cases-> Mass Update -> LBL_ASSIGNED_TO_ID

    Hi iamdwong and khamel,

    I couldn't reproduce this problem on both clean full install and upgraded system in a Windows environment. Are yours an upgraded system or full install?

    You can try Admin | Repair | Quick Repair and Rebuild to see if it fixes your problem.

    Can you give us some more information about your systems?

    Thanks,
    Franklin

  5. #5
    kajtzu is offline Junior Member
    Join Date
    Jan 2007
    Posts
    3

    Default Re: Cases-> Mass Update -> LBL_ASSIGNED_TO_ID

    Hi,

    Quote Originally Posted by franklin_sugar
    Hi iamdwong and khamel,

    I couldn't reproduce this problem on both clean full install and upgraded system in a Windows environment. Are yours an upgraded system or full install?

    You can try Admin | Repair | Quick Repair and Rebuild to see if it fixes your problem.

    Can you give us some more information about your systems?

    Thanks,
    Franklin
    I too have this problem with 5.0.0a.

    System is RHEL5, PHP 5.2.5 (rpm), mysql 5.0.50 (rpm), Apache 2.2.6 (rpm). System is originally SugarCRM 4.5 and upgraded to 4.5.x -> 5.0 and now 5.0.0a.


    There is no 'LBL_ASSIGNED_TO_ID' in modules/Cases/language/en_us.lang.php. Steps to fix:

    1. Add it to modules/Cases/language/en_us.lang.php
    2. Run quick R & R (or rebuild JS Languages)
    3. Reload page
    4. LBL_ is replaced by something sane

    The same applies to Meetings mass update as well. The file there is modules/Meetings/language/en_us.lang.php



    Kaj

  6. #6
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Cases-> Mass Update -> LBL_ASSIGNED_TO_ID

    Quote Originally Posted by franklin_sugar
    I couldn't reproduce this problem on both clean full install and upgraded system in a Windows environment. Are yours an upgraded system or full install?
    Clean install 5.0.0RC and 5.0.0a:
    open admin,studio, cases,layouts, listview and look for the assigned_to_id field.

    This field should not have a valid label - BUT as LBL_ASSIGNED_TO_ID is used in many other modules it happens that the label is already set -
    Fact is that it is missing in the cases language file.

    §Even other objects have missing Labels!

    greetings
    hk
    Attached Images Attached Images  
    Last edited by kuske; 2008-01-16 at 07:22 AM.

  7. #7
    bluefox112 is offline Member
    Join Date
    Jan 2008
    Posts
    8

    Default Re: Cases-> Mass Update -> LBL_ASSIGNED_TO_ID

    What happens when my Admin panel is ful of those LBL strings? I can't use the admin panel for anything, for even "repairing" seems to be out of the question.

    Mick

  8. #8
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Cases-> Mass Update -> LBL_ASSIGNED_TO_ID

    Yes, not only in cases you have a lot of these LBL-Fields, that is true

    I think 5.0.0a needs another 5.0.0b c d ...

    The only solution for you is to fill these lines in the language-files yourself as I proposed it for the one in the example above. The admin panels do not help for this job.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 2007-06-16, 02:20 PM
  2. Mass Update Customisation
    By duncanb in forum Help
    Replies: 2
    Last Post: 2007-05-17, 10:41 AM
  3. Mass Update Customisation
    By duncanb in forum Developer Help
    Replies: 4
    Last Post: 2007-05-16, 06:17 AM
  4. Mass Update won't work!
    By rsantiago in forum Help
    Replies: 6
    Last Post: 2006-08-18, 02:54 AM

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
  •