Results 1 to 2 of 2

Thread: Problem with dashlet on start page

  1. #1
    farbotko is offline Junior Member
    Join Date
    Nov 2006
    Posts
    1

    Default Problem with dashlet on start page

    hi

    I have problem with dashlet (my projects tasks) on startpage. When i add column project name to visible, this column is empty. My task is defined corect and project to, whej i show projekct details my task is visible on project tasks list.

    Please tell me some sugestions

    Regards
    marcin

  2. #2
    simple is offline Sugar Community Member
    Join Date
    Jul 2005
    Posts
    259

    Default Re: Problem with dashlet on start page

    Hi

    in the file modules/ProjectTask/Dashlets/MyProjectTaskDashlet/MyProjectTaskDashlet.data.php change
    Code:
           'parent_name' => array('width' => '15',
                                  'label' => 'LBL_PROJECT_NAME',
                                  'sortable' => false),
    to:

    Code:
           'parent_name' => array('width' => '15',
                                  'label' => 'LBL_PROJECT_NAME',
                                  'sortable' => false,
                                  'link' => false,
                                  'id' => 'parent_id',
                                  'ACLTag' => 'PARENT',
                                  'related_fields' => array('parent_id')),
    Hope it helps. It worked on our 4.5.0f.
    Cheers Pascal
    Simplicity GmbH

Thread Information

Users Browsing this Thread

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

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
  •