McRange / Material-Kanban-Board

This plugin allows easy integration of a Kanban board into your own application. Your business processes can be grouped and visualized clearly. With Drag'n Drop you can move the cards between a dynamic number of columns. Adjust the icons, colors and other attributes to your personal needs. Expand the cards with any HTML content to display more information and enable more functions.
Other
55 stars 17 forks source link

Event Dialog Closed to Refresh Board #21

Closed brlima closed 1 year ago

brlima commented 2 years ago

Is there a way to capture the event Dialog Closed when we edit a card using a dialog do open it? I need to refresh the board after the card is edited to reflet possible column title/icon/change

McRange commented 1 year ago

Unfortunately, the "Close" event is not passed properly to the region, so that the event is not triggered for dynamic actions created directly on the Kanban plugin. As a workaround, you can create your dynamic action with a jQuery selector and choose the static name of the Kanban region.

2023-11-28_13h33_01