Announcement

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

    Uncaught TypeError: Cannot set property 'dbcImplicitCriteria' of undefined

    Hi,

    LGPL v11.1 2018-01-16

    while calling tileGrid.removeData(record) i get:
    Uncaught TypeError: Cannot set property 'dbcImplicitCriteria' of undefined
    at cons._performDSOperation (ISC_Core.js:94868)
    at cons.removeData (ISC_Core.js:94855)

    If calling tileGrid.removeData(record, null, {}) it works, but second and third parameter are marked as optional here https://www.smartclient.com/smartcli...rid.removeData

    It would be nice if someone can reply if a bug was addressed - https://forums.smartclient.com/forum...expected-token

    Regards,
    Janusz

    #2
    We've made a change to address this issue. Please try the next nightly build, dated January 19.

    Regards
    Isomorphic Software

    Comment

    Working...
    X