<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions and answers in Minor bug fixes</title>
<link>https://overflow.efficy.io/?qa=qa/developers/bug-fixes/minor-bug-fixes</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: Duration of an appo. keeps changing when linking project to action</title>
<link>https://overflow.efficy.io/?qa=2142/duration-of-appo-keeps-changing-when-linking-project-action&amp;show=2143#a2143</link>
<description>&lt;p&gt;The fix is to update this block in the /wwwroot/efficy/scripts/Edit.js file &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;function CebStateAjax(callback, params) { 
    $('#CEB_ACTION').val('CEB_STATE'); 
    if (! BeforeSubmit(false)) 
        return false; 
    if (window.CKEDITOR !== undefined) { 
        $.each(CKEDITOR.instances, function(key, instance) { 
                instance.updateElement(); 
        }); 
    } 
    disableEditEntityGrids(); 

    var 
        $form = $('#edit-form'), 
        action = $form.attr('action'); 

    $.post(action.replace(/bookmark=[-0-9]+/i, 'bookmark=-9'), $form.serialize()) 
        .done(function(data) { 
            if (IsNotEfficyErrorHtml(data) ) { 
                if( $.type(callback) === 'function') { 
                    callback.apply(this, params); 
                } 
                AfterSubmit(false); 
            } 

        }); 
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;It will be fixed in further releases too.&lt;/p&gt;
</description>
<category>Minor bug fixes</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2142/duration-of-appo-keeps-changing-when-linking-project-action&amp;show=2143#a2143</guid>
<pubDate>Mon, 26 Dec 2016 13:31:50 +0000</pubDate>
</item>
<item>
<title>Answered: Efficy 10 R7987 - Fetch campaign results return an Error</title>
<link>https://overflow.efficy.io/?qa=1690/efficy-10-r7987-fetch-campaign-results-return-an-error&amp;show=1691#a1691</link>
<description>&lt;p&gt;In serverscripts/ExternalMailing.js, line 269, replace :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;linkContProf(contactList[0][j], groupId);
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;by&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;linkContProf(contactList[0][j], group.effKey);
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;and in line 286 replace :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;linkContProf(contactList[0][j], flexGroupId);
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;by&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;linkContProf(contactList[0][j], group.effKey);
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;It will be solved in further releases&lt;/p&gt;

&lt;p&gt;case ref : CFT-2016-67805&lt;/p&gt;

&lt;p&gt;Geoffrey&lt;/p&gt;
</description>
<category>Minor bug fixes</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1690/efficy-10-r7987-fetch-campaign-results-return-an-error&amp;show=1691#a1691</guid>
<pubDate>Wed, 08 Jun 2016 08:14:48 +0000</pubDate>
</item>
<item>
<title>Answered: IE 11 recent update and Efficy 2012 Summer</title>
<link>https://overflow.efficy.io/?qa=1113/ie-11-recent-update-and-efficy-2012-summer&amp;show=1114#a1114</link>
<description>&lt;p&gt;and don't forget that the best option is to &lt;strong&gt;upgrade to our last Efficy version&lt;/strong&gt; which is compatible with recent technologies !&lt;/p&gt;
</description>
<category>Minor bug fixes</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1113/ie-11-recent-update-and-efficy-2012-summer&amp;show=1114#a1114</guid>
<pubDate>Wed, 06 Jan 2016 10:09:18 +0000</pubDate>
</item>
<item>
<title>Answered: MSI file (r6684 with no HTTP)</title>
<link>https://overflow.efficy.io/?qa=920/msi-file-r6684-with-no-http&amp;show=921#a921</link>
<description>&lt;p&gt;Setup sidebar and add-ins r6640 NOHHTP.zip&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://ivm.efficy.com/efficy.dll/dialog?page=remote/DialogOperation&amp;amp;action=View(&quot;&gt;https://ivm.efficy.com/efficy.dll/dialog?page=remote/DialogOperation&amp;amp;action=View(&lt;/a&gt;'Docu',156659)&amp;amp;close=T&amp;lt;efficy&lt;em&gt;Docu&lt;/em&gt;156659&lt;em&gt;-1903940559&lt;/em&gt;/&amp;gt;&lt;/p&gt;
</description>
<category>Minor bug fixes</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=920/msi-file-r6684-with-no-http&amp;show=921#a921</guid>
<pubDate>Mon, 16 Nov 2015 12:31:16 +0000</pubDate>
</item>
<item>
<title>Answered: Touch &quot;Enter&quot; on entity picker in Edit - Chrome &amp; FF - R6640</title>
<link>https://overflow.efficy.io/?qa=852/touch-enter-on-entity-picker-in-edit-chrome-ff-r6640&amp;show=864#a864</link>
<description>&lt;p&gt;Small update to be used instead in MacroEditCustom.txt:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;DefaultSubmitButton {[&amp;lt;input type=&quot;text&quot; tabindex=&quot;-1&quot; style=&quot;/*Force*/display:none;&quot;&amp;gt;]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Please note this is a temporary fix since this issue will be fixed in the next release.&lt;br&gt;
This MacroEditCustom.txt fix can be removed afterwards.&lt;/p&gt;

&lt;p&gt;Anthony&lt;/p&gt;
</description>
<category>Minor bug fixes</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=852/touch-enter-on-entity-picker-in-edit-chrome-ff-r6640&amp;show=864#a864</guid>
<pubDate>Fri, 16 Oct 2015 14:42:59 +0000</pubDate>
</item>
<item>
<title>Answered: Efficy2014 - How to override lib\js\query script file in a custom</title>
<link>https://overflow.efficy.io/?qa=542/efficy2014-how-to-override-lib-js-query-script-file-in-custom&amp;show=556#a556</link>
<description>&lt;p&gt;Mme Boulangier,&lt;/p&gt;

&lt;p&gt;If you don't feel like doing a custom for this, you can also override the standard select2.js file (located in C:\inetpub\wwwroot\lib\js\jquery\select2.js).&lt;/p&gt;

&lt;p&gt;When you will upgrade to the build of August, this file will be overridden by the Standard (which will also contain the fix, plus eventually some other features).&lt;/p&gt;

&lt;p&gt;Geoffrey&lt;/p&gt;
</description>
<category>Minor bug fixes</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=542/efficy2014-how-to-override-lib-js-query-script-file-in-custom&amp;show=556#a556</guid>
<pubDate>Fri, 24 Jul 2015 13:22:33 +0000</pubDate>
</item>
</channel>
</rss>