Results 1 to 4 of 4

Thread: Call edit and save

  1. #1
    pwittamore is offline Junior Member
    Join Date
    Jan 2011
    Posts
    1

    Default Call edit and save

    I'm unable to save or edit a Call in version 6.11, I can in version 6.10

    if I compare the code behind the save button, it's very different:

    SUGARCRM WEB SITE VERSION
    <input title="Save [Alt+S]" accessKey="S" class="button primary" onclick="fill_invitees();this.form.action.value='S ave'; this.form.return_action.value='DetailView'; return check_form('EditView') && isValidDuration();" type="submit" name="button" value="Save">

    SUGARCRM 6.10 COMMUNITY EDITION
    <input title="Save [Alt+S]" accesskey="S" class="button primary" onclick="fill_invitees();this.form.action.value='S ave'; this.form.return_action.value='DetailView'; return check_form('EditView') && isValidDuration();" type="submit" name="button" value="Save"/>

    SUGARCRM 6.11 COMMUNITY EDITION
    <input title="Save [Alt+S]" accessKey="S" class="button primary" onclick="fill_invitees();document.forms[0].action.value='Save'; document.forms[0].return_action.value='DetailView'; formSubmitCheck();;" type="button" name="button" value="Save">

    I've tested 6.11 in IE8, Firefox 3.6 and Chrome, I cannot edit a call or meeting because of the above code change. Looks like a bug !!

    -Philip

  2. #2
    Resolveit is offline Member
    Join Date
    Jan 2011
    Posts
    6

    Default Re: Call edit and save

    We are also experiencing this problem. It is causing us quite a lot of pain, it seems to be something to do with some of the quotations used, possibly.

    We are messing with the code but if anyone finds a solution all of us here would be incredibly grateful.

    -

    Narrowing this down further, the error is on the Calls Module, on the edit form. This is confirmed on 2 installations of 6.1.1
    Last edited by Resolveit; 2011-01-13 at 03:26 PM.

  3. #3
    rusdvl is offline Senior Member
    Join Date
    Feb 2009
    Posts
    48

    Default Re: Call edit and save

    Is there a fix?

  4. #4
    rusdvl is offline Senior Member
    Join Date
    Feb 2009
    Posts
    48

    Default Re: Call edit and save

    I received an answer on how to fix this from davidboris on this thread: http://www.sugarcrm.com/forums/showthread.php?t=68492

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Logic Hook not Firing after Log Call save?
    By bstonehill in forum Developer Help
    Replies: 1
    Last Post: 2010-11-10, 04:15 PM
  2. Can't save changes on Edit Screens
    By cutiepie in forum Help
    Replies: 9
    Last Post: 2010-09-22, 01:38 PM
  3. force call before save logic hook
    By Aisha16 in forum Developer Help
    Replies: 4
    Last Post: 2010-08-09, 03:03 PM
  4. $bean->save() with out call backs?
    By Mithun in forum Developer Help
    Replies: 0
    Last Post: 2009-04-23, 12:51 PM
  5. Status call become ended when i save
    By hervesage in forum Help
    Replies: 2
    Last Post: 2008-12-03, 08:22 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
  •