jsilva

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: Problem with jqGridImport with 4.* version #98394
    jsilva
    Participant

    You can try the solution I posted in the previous thread, hope it helps.

    in reply to: Bug import/export configuration #98393
    jsilva
    Participant

    I grabbed the development version and changed line 265 in the “JsonXml.js” file:

    Where it was:

    json += (name && ":") + """ + o.toString()+ """;

    Becomes:

    json += (name && ":") + o.toString();

    And it fixed my problem, hope it helps someone else.

    in reply to: Problem with jqGridImport with 4.* version #98363
    jsilva
    Participant

    You probably have the same problem as I do:

    /blog/?page_id=393/bugs/bug-importexport-configuration/

    Don't have an answer yet.

Viewing 3 replies - 1 through 3 (of 3 total)

Stay connected with us in your favorite flavor!