jQuery UI Widgets Forums Scheduler appointmentAdd

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  EricK 5 years, 2 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • appointmentAdd #106396

    EricK
    Participant

    Hello all,
    Found an issue with jqxscheduler.js v6.0.6 to v7.2.0
    New code added to addAppointment: function
    if(g.resources){
    var n = d.resourceId;
    if(g._resources.indexOf(n) === -1){
    g._resources.push(n);
    g._renderrows()
    }
    }

    the line of code var n = d.resoureID generates an error Cannot read property ‘resourceId’
    I cannot see where the d object is defined? Please review and let me know.

    appointmentAdd #106397

    admin
    Keymaster

    Hi EricK,

    The current version is 8.1.4. In case you still reproduce the reported behavior with the current version, please share a sample.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com

    appointmentAdd #106401

    EricK
    Participant

    Issue resolved in new version 8.1.4
    Thank you.
    Eric

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

You must be logged in to reply to this topic.