Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Debug ISC_Grids.js corrupt javascript

    Version: v12.1p_2020-04-10
    The isomorphic\system\modules-debug\ISC_Grids.js file (ie the DEBUG version)
    contains an unwanted extra colon (:) character at line 22814:

    shouldSkipLineBreaks : function (field) : {
    var skipLineBreaks = field.skipLineBreaks;
    return skipLineBreaks || skipLineBreaks != false && this.skipLineBreaks;
    },

    Removing the colon (before the opening brace at the end of line 22814) resolves the issue.

    Thanks

    #2
    We've made a change to address this issue and it will be available as of tomorrow's builds (April 12)

    Regards
    Isomorphic Software

    Comment

    Working...
    X