[CLOSED] [1.0] DirectEvent JsonConverter Change...

  1. #1

    [CLOSED] [1.0] DirectEvent JsonConverter Change...

    Hi,

    I believe the DirectEventHandlerJsonConverter.cs file has recently been changed due to some issues raised on these forums. However, I think there is a side-effect of this being caused now. The converter used to create something like the following:


    userSuccess:function(response, result, el, type, action, extraParams){dsReviewHistory.reload();},

    However, it now produces the following:


    userSuccess:function(response, result, el, type, action, extraParams){"dsReviewHistory.reload();"},

    I.e. the users code that is put between Success="" is being enclosed in quotes when put into the javascript above.

  2. #2

    RE: [CLOSED] [1.0] DirectEvent JsonConverter Change...

    Confirmed. Will be fixed right immediately.

    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] [1.0] DirectEvent JsonConverter Change...

    A fix has been committed to svn.

    Revision #2739


    Thanks for pointing out the problem and I apologize for it being in there in the first place.


    Geoffrey McGill
    Founder
  4. #4

    RE: [CLOSED] [1.0] DirectEvent JsonConverter Change...

    No worries Geoffrey, thanks for the quick turn around.

Similar Threads

  1. [CLOSED] Change the BackColor of a Control during DirectEvent
    By dmoore in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Nov 29, 2011, 2:44 PM
  2. Directevent on ext:combobox change
    By Rupesh in forum 1.x Help
    Replies: 2
    Last Post: Sep 16, 2010, 1:47 PM
  3. [CLOSED] Change ComboBox items during DirectEvent
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 14
    Last Post: Sep 16, 2010, 9:08 AM
  4. [CLOSED] Change TableLayout cells during a DirectEvent
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Jul 15, 2010, 7:01 PM
  5. [CLOSED] ComboBox with Change DirectEvent
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 03, 2010, 7:31 PM

Posting Permissions