Is it possible to have a javascript/jquery confirmation dialog when clicking on a task button with dynamic action?
Tried using event.preventDefault(); and event.stopPropagation();, neither stops the dynamic action from firing when clicking on the task button.
Tried using event.preventDefault(); and event.stopPropagation();, neither stops the dynamic action from firing when clicking on the task button.