mirror of
https://github.com/wekan/wekan.git
synced 2026-02-02 06:31:47 +01:00
Since Card.copy() is now async, all callers in the copy chain need to be updated to properly await the async operations: - Make List.copy() async and await card.copy() in loop - Make Swimlane.copy() async and await list.copy() in loop - Fix mutateSelectedCards() to support async callbacks and method calls - Make template copy event handler async in listBody.js This also fixes the copySelection feature which was passing a callback to mutateSelectedCards() but the function only supported method names. |
||
|---|---|---|
| .. | ||
| components | ||
| config | ||
| lib | ||
| 00-startup.js | ||