Results 1 to 3 of 3

Thread: Task Edit - Status Default

  1. #1
    columbiacrm is offline Sugar Community Member
    Join Date
    Jun 2006
    Posts
    13

    Exclamation Task Edit - Status Default

    How do I change the displayed value in the Edit Task form so that it displays what is set versus bringing up the first value of the drop down list.

    Users open a task to edit it and if they are not paying attention the status changes to "Not Started"

    Seems this would have been noted before so not sure if I have a bug in the installation.

    Running 4.5.1 on a Linux Server

    Thanks in advance

    Gary

  2. #2
    pblag's Avatar
    pblag is offline Sugar Community Member
    Join Date
    Jul 2006
    Location
    Ukraine (Chernivtsy)
    Posts
    347

    Default Re: Task Edit - Status Default

    Hi Gary!

    Values by default you have to change in the file include\language\en_us.lang.php

    there you can find code like following

    'task_status_default' => 'Not Started',
    'task_status_dom' =>
    array (
    'Not Started' => 'Not Started',
    'In Progress' => 'In Progress',
    'Completed' => 'Completed',
    'Pending Input' => 'Pending Input',
    'Deferred' => 'Deferred',
    ),

    so you just have to change task_status_default value to yours.

    I hope that it will help you,

    BTW: if you have any questions you are always welcome.

    Regards,
    Petro Blagodir.
    pblag@blagodir.com
    http://www.blagodir.com

  3. #3
    columbiacrm is offline Sugar Community Member
    Join Date
    Jun 2006
    Posts
    13

    Default Re: Task Edit - Status Default

    Thanks for the response.

    What I was thinking was that it should read what the current value is instead of the default for the drop down. I don't have a problem with the default but have have a problem with it not displaying the current value.

    Any ideas??

    Thanks again

    Gary

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Edit Tasks - Default Status Value
    By columbiacrm in forum Help
    Replies: 0
    Last Post: 2007-02-16, 03:51 PM
  2. SugarCrm 4.0 Patch
    By mgamboa in forum General Discussion
    Replies: 0
    Last Post: 2005-12-21, 04:14 PM
  3. Replies: 0
    Last Post: 2005-09-24, 10:27 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
  •