Request for extension of active-links

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

Hello,

In 3.5 version the view to jump to is controlled via scheduler.config.active_link_view option.

scheduler.config.active_link_view = "day"; // default

Best regards,
Ilya