Currently the active-links allways jump to day-view depending on
scheduler.setCurrentView(d©,“day”) //dhtmlxscheduler_active_links.js
It would be nice if you could configure this. In the case where you use unit views instead of day views, i would like to set this in the configuration.
Workaround for all others with the same problem until it’s possible:
Change javascript to:
scheduler.setCurrentView(d©,“unit”) //dhtmlxscheduler_active_links.js