Results 1 to 3 of 3

Thread: Bug in Task.php

  1. #1
    Arpee Ong is offline Sugar Community Member
    Join Date
    Nov 2006
    Posts
    14

    Default Bug in Task.php

    What: Bug in Tasks notification
    Area: Email notification in Tasks
    Details: Priority field is mapped to Status field
    Effect: The Status value of the task is displayed as value of Priority.

    Approx. Line 557: (my tasks.php is heavily hacked, i dont know the exact number anymore)

    entry is:
    $xtpl->assign("TASK_PRIORITY", (isset($task->status)? $app_list_strings['task_status_dom'][$task->status]:"") );

    when it should be:

    $xtpl->assign("TASK_PRIORITY", (isset($task->priority)? $app_list_strings['task_priority_dom'][$task->priority]:"") );

    pls fix..
    Documentation Team
    [former] Mambo Steering Committee

    CMS/CRM Development
    SysIQ Corp

  2. #2
    andydreisch's Avatar
    andydreisch is offline Sugar Team Member
    Join Date
    Apr 2005
    Location
    San Jose
    Posts
    2,080

    Default Re: Bug in Task.php

    Hi Arpee Ong, this contribution page is geared exactly for this type of thing. Nice catch on this.

    What version did you find this in, by the way?

    Andy
    Andy Dreisch
    Vice President, Online Team


    Check out our Podcasts!
    Sugar University for training
    Sugar Wiki for developer and user help
    SugarForge for modules, themes, lang packs
    SugarExchange for production-ready extensions
    Enter/view bugs via the Sugar bug tracker

  3. #3
    Arpee Ong is offline Sugar Community Member
    Join Date
    Nov 2006
    Posts
    14

    Default Re: Bug in Task.php

    sounds good, i'll fill up that form a little later.. i found some odd things too such as the "Status" of a Task is not persisting when i edit a Task (i have a fix as well), but i'd like to confirm this one still, then i'll post it up..

    btw this is in 4.5.1, let me download the latest and confirm the stuff i caught if they are indeed defects.. later..

    Thank you..
    Documentation Team
    [former] Mambo Steering Committee

    CMS/CRM Development
    SysIQ Corp

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

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
  •