Results 1 to 2 of 2

Thread: Sub panel duplicates... sort of

  1. #1
    jakvan is offline Junior Member
    Join Date
    Jun 2010
    Posts
    1

    Default Sub panel duplicates... sort of

    For some reason I am seeing the following (two "Project" sub panels) in my detailed Accounts view:

    Name:  DupProjSubPanel.PNG
Views: 57
Size:  17.1 KB

    As you can see, the top one has the default list view for Projects. The bottom one correctly displays my custom sub panel project layout. I can't for the life of me figure out why this is or how to fix it. Maybe it has something to do with the custom relationship I set up (1 to Many / Accounts to Projects)??

    Any help would be greatly appreciated.

  2. #2
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: Sub panel duplicates... sort of

    Hi,

    As quoted by you
    Maybe it has something to do with the custom relationship I set up (1 to Many / Accounts to Projects)??
    you get an extra subpanel in Accounts view (which is new).

    So, to hide the older basic subpanel of projects, you have to write a code in new file, and put that in custom\Extension\modules\Accounts\Ext\Layoutdefs\D ISTINCT_FILE_NAME.php

    PHP Code:
    $layout_defs['Accounts']['subpanel_setup']['project'] = array(); 
    Rebuild extension, then Quick Repair & Rebuild.
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

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-01-15, 05:04 AM
  2. Replies: 1
    Last Post: 2008-11-05, 02:18 PM
  3. Getting rid of duplicates
    By EC in forum Help
    Replies: 2
    Last Post: 2006-02-16, 03:19 PM

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
  •