Results 1 to 3 of 3

Thread: BUG in custom_fields: Where to submit it?

  1. #1
    youssefaoun is offline Sugar Community Member
    Join Date
    Apr 2007
    Posts
    55

    Default BUG in custom_fields: Where to submit it?

    Hello,

    I don't know if any of you have seen this before:
    - In the manifest I have put:
    PHP Code:
        'custom_fields'=>array(
            array(
                
    'name' => 'school_code',
                
    'label' => 'School Code',
                
    'type' => 'text',
                
    'max_size' => 25,
                
    'require_option' => 'optional',
                
    'default_value' => 'In',
                
    'ext1' => '',
                
    'ext2' => '',
                
    'ext3' => '',
                
    'audited' => 0,
                
    'module' => 'Accounts',
            ), 
    - In the Edit Custom Fields list, the new field has really the type : "text"

    -If I click over the field to edit it, the type inside is : "textarea"

    - In the module where this field is published, it is considered as a "textarea"

    Here is the document I followed.
    http://www.sugarforge.org/frs/downlo...ade_Wizard.rtf


    If it is a bug, where to submit it?
    otherwise HELP!!!

    regards,
    Youssef AOUN
    Software Eng.

  2. #2
    Join Date
    Feb 2007
    Location
    San Jose, CA
    Posts
    1,169

    Default Re: BUG in custom_fields: Where to submit it?

    Hi there,


    I'm not sure where to start... the document you're referencing is from a very old release (3.5) and I'm guessing that you'd be better off following something more recent, like the Developer Wiki with its more recent examples.

    Regarding the question about where to submit bugs, you can submit any code or documentation-related bugs via this link.

    Hope this helps.

    -Susie
    Susie Williams

  3. #3
    pblag's Avatar
    pblag is offline Sugar Community Member
    Join Date
    Jul 2006
    Location
    Ukraine (Chernivtsy)
    Posts
    347

    Default Re: BUG in custom_fields: Where to submit it?

    Hi All!

    I think it is not a bug!

    So when you add new field with name 'Text' the db type for this field will be 'varchar' if you add a new field with name 'Text Area' the db type for this field will be 'text'

    So when you see existing db type for the field and it is 'text' this means that you have added the field with Name 'Text Area'

    please see to the attachments.

    Hope it will help you!
    Attached Images Attached Images   
    Petro Blagodir
    petro@blagodir.ua
    http://www.blagodir.com
    Blagodir Ltd.( SugarCRM - Consultations, Development and Support)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Please provide a patch for bug 9291
    By Proware in forum Help
    Replies: 7
    Last Post: 2006-10-09, 05:35 PM
  2. Bug submitting a bug
    By sunside in forum Help
    Replies: 3
    Last Post: 2006-05-06, 12:01 AM
  3. bug id generation
    By markybob in forum Developer Help
    Replies: 1
    Last Post: 2006-03-21, 06:55 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
  •