Loading...

Larus Thor Johannsson

Larus Thor Johannsson

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Cannot open ezEdit (QuestRibbon) #10782
    Larus Thor Johannsson
    Larus Thor Johannsson
    Participant

    The irony is deafening 😀 Good luck on the fix.

    in reply to: Cannot open ezEdit (QuestRibbon) #10781
    Larus Thor Johannsson
    Larus Thor Johannsson
    Participant

    <div>
    <div>else if (commandId === ‘Ribbon.Quest.Actions.WebPartWPQ2.CustomActionRibbonGroup.Go to CAPA\u0027s’)</div>
    <div>{</div>
    <div>_spFormOnSubmitCalled=false;</div>
    <div>__doPostBack(‘ctl00$ctl33$g_965cd9e0_5b9a_4729_8ca1_f1c3b5d32e24’, ‘CustomActionGo to CAPA\’s’);</div>
    <div>SP.UI.Notify.addNotification(‘Process action: Go to CAPA’s’);;</div>
    <div>}</div>
    </div>

    in reply to: Cannot open ezEdit (QuestRibbon) #10780
    Larus Thor Johannsson
    Larus Thor Johannsson
    Participant

    I found it, it is a QuickApps bug. You are not escaping ‘ characters inserted into all parameters. So the generated js file included this:
    <div>
    <div>else if (commandId ===  Ribbon.Quest.Actions.WebPartWPQ2.CustomActionRibbonGroup.Go to CAPA\u0027s’)</div>
    <div>{</div>
    <div>    _spFormOnSubmitCalled=false;</div>
    <div>    __doPostBack(‘ctl00$ctl33$g_965cd9e0_5b9a_4729_8ca1_f1c3b5d32e24’, ‘CustomActionGo to CAPA\’s’);</div>
    <div>    SP.UI.Notify.addNotification(‘Process action: Go to CAPA’s’);;</div>
    <div>}</div>
    </div>
    <div>You are welcome to reach out to me for further information.</div>

    in reply to: Cannot open ezEdit (QuestRibbon) #10759
    Larus Thor Johannsson
    Larus Thor Johannsson
    Participant

    If the js file is removed from the server how come it is loaded in one page but not another page for the same site?

    Do you have a file name I can check if it exists?

Viewing 4 posts - 1 through 4 (of 4 total)