frappe / gantt

Open Source Javascript Gantt
https://frappe.io/gantt
MIT License
4.76k stars 1.06k forks source link

[v0.8.x]: Show Popup on click (old behavior) #442

Closed tagliala closed 21 hours ago

tagliala commented 2 months ago

Hello,

we were used to popups on click because of some links in the popup itself. It appears to not be possible on v0.8 to keep using the previous behavior

Apparently it is not either possible to use on_click event because the returned object is a task without its element, and popup requires an element

Is there any chance to reintroduce the old behavior as an option?

safwansamsudeen commented 21 hours ago

Pushed today!

tagliala commented 21 hours ago

Thanks, really appreciate