Results 1 to 2 of 2

Thread: multi-select bugs from ACCOUNTS but not PROJECTS?

  1. #1
    davideps is offline Member
    Join Date
    May 2011
    Posts
    15

    Default multi-select bugs from ACCOUNTS but not PROJECTS?

    Hello,


    Using 6.1.4 Community Edition, from the ACCOUNTS module, if I click on "select" under "Bugs" in an account, each bug has a check-box and I can multi-select.

    But, in the PROJECT module, if I click on "select" under "Bugs", I have bug numbers but no check-boxes. Selecting a bug closes the pop-up window and relates a single bug to the project.

    I'd like to add the multi-select functionality to PROJECT. How can I do this?


    -david

  2. #2
    jmertic is offline Sugar Community Manager
    Join Date
    Dec 2007
    Posts
    2,224

    Default Re: multi-select bugs from ACCOUNTS but not PROJECTS?

    This looks like an oversight; it would be great if you could add a bug for this at http://bug.sugarcrm.com.

    Here's a fix to enable this that is upgrade-safe; just drop this in a php file in the /Users/jmertic/Sites/sugarcrm/sugarcrm/custom/Extension/modules/Project/Ext/Layoutdefs/ directory.

    PHP Code:
    <?php

    $layout_defs
    ['Project']['subpanel_setup']['bugs']['top_buttons'][0]['mode'] = 'MultiSelect';

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: 2010-07-26, 10:32 AM
  2. Replies: 1
    Last Post: 2010-01-05, 08:20 AM
  3. Linking Products to Projects and Bugs to Projects
    By StephaneZ in forum General Discussion
    Replies: 2
    Last Post: 2006-02-03, 03:35 PM
  4. Linking Products to Projects and Bugs to Projects
    By StephaneZ in forum Developer Help
    Replies: 0
    Last Post: 2005-08-31, 06:13 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
  •