mirror of
https://github.com/wekan/wekan.git
synced 2026-02-02 14:41: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. |
||
|---|---|---|
| .. | ||
| sidebar.css | ||
| sidebar.jade | ||
| sidebar.js | ||
| sidebarArchives.jade | ||
| sidebarArchives.js | ||
| sidebarCustomFields.jade | ||
| sidebarCustomFields.js | ||
| sidebarFilters.jade | ||
| sidebarFilters.js | ||
| sidebarSearches.css | ||
| sidebarSearches.jade | ||
| sidebarSearches.js | ||