Results 1 to 4 of 4

Thread: bug submission error

  1. #1
    lpaumier's Avatar
    lpaumier is offline Senior Member
    Join Date
    Nov 2009
    Posts
    28

    Default bug submission error

    You must specify a valid bug.

    As this doesn't work, i submit the bug here :

    Subject: Import step4 incorrect translation in error
    Type: Defect
    Sugar Edition: CE
    Product Category: Import
    Found In Release: 5.5
    Priority: Low
    Description:

    line 172 of import step4

    $fieldTranslated = translate((isset($fieldDef['vname'])?$fieldDef['vname']:$fieldDef['name']),
    $_REQUEST['module'])." (".$fieldDef['name'].")";

    Code fix proposed :

    $_REQUEST['module'] must be replaced by $_REQUEST['import_module']

  2. #2
    lpaumier's Avatar
    lpaumier is offline Senior Member
    Join Date
    Nov 2009
    Posts
    28

    Default Another one

    Subject: Import with update doesn't work
    Type: Defect
    Sugar Edition: CE
    Product Category: Import
    Found In Release: 5.5
    Priority: HIGH
    Description:

    Query Failed:Update pp_users set name='5555', date_modified='02/12/2009 15:43', modified_user_id='1', created_by='1', description=null, deleted='0', assigned_user_id='1', pp_authorization='MASTER', pp_password='xxxx' WHERE ID = '7c11d3f5-2cb3-59a4-4e11-4b167c94e4e1'::MySQL error 1292: Incorrect datetime value: '02/12/2009 15:43' for column 'date_modified' at row 1

    This is the "generated" date_modified which isn't in the right format.

    Temporary solution without code modification : add field "Date Modified" in the import step 3

    code fix proposed :
    may be not the right solution but this works. add : $focus->date_modified = ''; in step4 line 474

  3. #3
    lpaumier's Avatar
    lpaumier is offline Senior Member
    Join Date
    Nov 2009
    Posts
    28

    Default Another one i already submitted

    found this line 40 of contact detailviewdefs

    'file' => 'modules/Leads/Lead.js',

    should be

    'file' => 'modules/Contacts/Contact.js',

  4. #4
    lpaumier's Avatar
    lpaumier is offline Senior Member
    Join Date
    Nov 2009
    Posts
    28

    Default One more

    I have two packages with two modules having the same label "Users"

    In "Configure Tabs Group", if i try to move the modules in the right tab, it always moves the first module.
    There is no difference made between "keya_Users" and "keyb_Users".
    So it seems you use the modules labels, not the real names for javacript operations.

    I can directly edit the tabConfig.php but if someone tries to make a change with the interface he'll have some trouble.

    A fix would be welcome.

    thanks
    Laurent Paumier,
    France

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Quick question on form submission
    By sabres21 in forum Help
    Replies: 6
    Last Post: 2009-05-14, 01:52 AM
  2. Replies: 5
    Last Post: 2008-07-17, 07:05 PM
  3. Auto emailing User after lead submission
    By monkeyfish in forum General Discussion
    Replies: 1
    Last Post: 2008-07-03, 04:08 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
  •