Results 1 to 4 of 4

Thread: Quickcreate editview broken in Meetings and Calls in 5.1

  1. #1
    thancock is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    11

    Default Quickcreate editview broken in Meetings and Calls in 5.1 - Fix Needed Please

    Linux
    5.1
    Firefox

    The Problem

    Go to Studio
    Make any changes to the QucikCreate Layout of Calls or Meetings (even as simple as swapping two fields)
    Save and Deploy

    Go to Contacts
    Select a Contact record
    Click Schedule Meeting

    The minutes section of the duration field is broken

    Need an urgent hack/fix/solution as I need to deploy a system with custom quickcreate layouts immediately
    Last edited by thancock; 2008-09-02 at 08:32 AM.

  2. #2
    mikrob35 is offline Senior Member
    Join Date
    Sep 2008
    Posts
    22

    Default Re: Quickcreate editview broken in Meetings and Calls in 5.1 - Fix Needed Please

    Hi

    did you find a solution to this problem?

  3. #3
    thancock is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    11

    Default Re: Quickcreate editview broken in Meetings and Calls in 5.1

    No solutions as yet - sorry

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

    Default Re: Quickcreate editview broken in Meetings and Calls in 5.1

    HI,
    I was facing the same problem.I got the solution but this is not upgrade safe.
    For that you need to changes in
    modules/Calls/CallHelper.php

    here you need to add the condition for QuickCreate in function getDurationMinutesOptions

    Old Line: (Line no. 50 For me)
    if($view == 'EditView' || $view == 'MassUpdate')

    Replace with this New line
    if($view == 'EditView' || $view == 'MassUpdate' || $view == 'QuickCreate')

    And OldLine: (Line no. 52 For me)
    if($view != 'MassUpdate')

    Replace with this New Line
    if($view != 'MassUpdate' && $view != 'QuickCreate')

    THIS IS NOT UPGRADESAFE
    Best Regards
    ---------------------------------------
    Jaydeepsinh Sagar

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Meetings and calls overlap
    By kinshibuya in forum Help
    Replies: 0
    Last Post: 2008-08-06, 12:22 PM
  2. Relation with Calls & Meetings & Emails & Task
    By waverider in forum Developer Help
    Replies: 2
    Last Post: 2008-03-15, 09:56 AM
  3. Checkboxes for Adding Users to Calls and Meetings
    By robbiea in forum Feature Requests
    Replies: 2
    Last Post: 2006-09-02, 09:10 PM
  4. Calls and Meetings NO Relation to CONTACTS
    By Overdriv in forum Developer Help
    Replies: 2
    Last Post: 2006-05-06, 01:04 AM
  5. Replies: 0
    Last Post: 2006-04-20, 03:05 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
  •