Results 1 to 3 of 3

Thread: Status field in Meetings Module

  1. #1
    sugra's Avatar
    sugra is offline Senior Member
    Join Date
    Jul 2008
    Location
    Jamaica
    Posts
    42

    Default Status field in Meetings Module

    Good day,

    I am having this issue with the Status field in meetings. When a new meeting is created, Status defaults to New and it shows up on the Dashlet on the Home page. ( No problem here)

    The problem occurs if I cliick on the meeting and change the status from new to a different value eg, Postponed, ( I have added around 10 other options to the drop down menu), and save it. The details view of the meeting shows Postponed but when I go back into the Edit view of the meeting for some reason Status is still poining to New.

    What could have gone wrong and what can I do to fix it?

  2. #2
    jsagar's Avatar
    jsagar is offline Sugar Community Member
    Join Date
    Mar 2008
    Location
    Ahmedabad,India
    Posts
    242

    Default Re: Status field in Meetings Module

    hi,
    i solved this issue but this is not upgrade safe solution

    Meetings/views/view.edit.php

    in this file you comment the condition then it works fine

    if(isset($_REQUEST['status']) && empty($_REQUEST['status'])) {
    $this->bean->status = '';
    }

    NOT UPGRADE SAFE


    Thanks
    Best Regards
    ---------------------------------------
    Jaydeepsinh Sagar

  3. #3
    sugra's Avatar
    sugra is offline Senior Member
    Join Date
    Jul 2008
    Location
    Jamaica
    Posts
    42

    Talking Re: Status field in Meetings Module

    Thank you for help.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Status of Calendar Meetings
    By kblackwell in forum General Discussion
    Replies: 8
    Last Post: 2011-02-03, 03:20 PM
  2. New Status for Meetings
    By indy in forum Help
    Replies: 7
    Last Post: 2006-05-23, 01:13 PM
  3. Accept Status issue with meetings
    By shaguar in forum Help
    Replies: 7
    Last Post: 2006-04-30, 07:35 PM
  4. custom field: lead status
    By andreasw in forum Help
    Replies: 0
    Last Post: 2005-04-20, 02:30 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
  •