Announcement

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

  • Isomorphic
    replied
    Fixed for tomorrow's build, thanks for pointing this out.

    Leave a comment:


  • 9.1d: Illegal/invalid javascript in Smartclient ResultSet.js, missing comma

    Hi,
    In the latest 9.1d build it seems that a comma is missing. See line 654 in the ResultSet.js:
    Code:
        _setFullLengthIfNullTotalRows: true
    
        //> @attr   resultSet.alwaysRequestVisibleRows (boolean : false : IRA)
        // If true, records requested only for visible area.
        // @visibility external
        //<
        alwaysRequestVisibleRows: false
Working...
X