Results 1 to 5 of 5

Thread: Bug or feature - Project Tasks Dashlet

  1. #1
    madmat is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    Germany
    Posts
    164

    Default Bug or feature - Project Tasks Dashlet

    Sugar 5.0e

    Only Project Tasks with numeric value in "Percentage Complete" are beeing listed in the dashlet on "Home".
    If you leave that field empty - no listing.

    Is that supposed to be that way or a bug?

    If feature: is there an official way to turn that off?

  2. #2
    madmat is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    Germany
    Posts
    164

    Default Re: Bug or feature - Project Tasks Dashlet

    Can anybody confirm that issue?

  3. #3
    lieutdan13 is offline Junior Member
    Join Date
    Jul 2008
    Posts
    4

    Default Re: Bug or feature - Project Tasks Dashlet

    I can confirm this issue. This is the case with the online demo as well. Hopefully this will be fixed in the next release?

  4. #4
    cisbrh is offline Junior Member
    Join Date
    Sep 2008
    Posts
    1

    Default Re: Bug or feature - Project Tasks Dashlet

    If you want your Project Tasks Dashlet to show task even if the percent completed is NULL, you can modify the following file:
    modules/ProjectTask/Dashlets/MyProjectTaskDashlet/MyProjectTaskDashlet.php
    in version 5.1 change line 63 from:
    PHP Code:
    $resultArray[] = $this->seedBean->table_name '.' "percent_complete != 100"
    to
    PHP Code:
    $resultArray[] = $this->seedBean->table_name '.' "percent_complete != 100 OR ".$this->seedBean->table_name '.' "percent_complete IS NULL"
    I hope it helps
    Benjamin

  5. #5
    jonaslagneryd is offline Sugar Community Member
    Join Date
    Nov 2007
    Location
    Karlstad, Sweden
    Posts
    31

    Default Re: Bug or feature - Project Tasks Dashlet

    Hi,
    see my posting http://www.sugarcrm.com/forums/showt...ighlight=jonas

    Thanks for verifying this bug

    Kind regards,
    Jonas

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. "My Project Tasks" Dashlet Doesn't Show Tasks
    By markb14391 in forum Help
    Replies: 3
    Last Post: 2011-05-14, 06:36 AM
  2. My Project Tasks Dashlet
    By tobyrhodes in forum Developer Help
    Replies: 1
    Last Post: 2008-09-20, 07:56 PM
  3. Replies: 2
    Last Post: 2007-07-02, 05:28 PM
  4. Sub-Tasks for Project Tasks
    By y2chuck in forum General Discussion
    Replies: 15
    Last Post: 2006-09-04, 02:38 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
  •