Skip to content

Commit a34da10

Browse files
committed
test the latest changes | working
1 parent 04ce796 commit a34da10

File tree

2 files changed

+44
-6
lines changed

2 files changed

+44
-6
lines changed

data.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,8 @@
527527
]
528528
},
529529
"taskCount": {
530-
"pending": 31,
531-
"completed": 1
530+
"pending": 88,
531+
"completed": 8
532532
},
533533
"swimlanes": {
534534
"enabled": true,
@@ -723,8 +723,8 @@
723723
"filterGroups": []
724724
},
725725
"taskCount": {
726-
"pending": 77,
727-
"completed": 7
726+
"pending": 88,
727+
"completed": 8
728728
},
729729
"swimlanes": {
730730
"enabled": false,
@@ -995,6 +995,10 @@
995995
"taskCount": {
996996
"pending": 88,
997997
"completed": 8
998+
},
999+
"filterConfig": {
1000+
"enableSavedFilters": true,
1001+
"savedConfigs": []
9981002
}
9991003
}
10001004
],
@@ -1186,7 +1190,7 @@
11861190
"searchQuery": "",
11871191
"lastViewHistory": {
11881192
"viewedType": "kanban",
1189-
"boardIndex": 5,
1193+
"boardIndex": 2,
11901194
"taskId": "",
11911195
"settingTab": 1
11921196
},
@@ -1309,7 +1313,8 @@
13091313
"cancelledDate",
13101314
"status",
13111315
"createdDate",
1312-
"filePath"
1316+
"filePath",
1317+
"dependsOn"
13131318
],
13141319
"taskCardStyle": "emoji",
13151320
"autoAddCompletedDate": true,

task-board-logs.log

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Task Board Logs
2+
3+
## System Information
4+
5+
- **Obsidian version**: 1.11.5
6+
- **Installer version**: 1.11.5
7+
- **Operating system**: Windows 10 Home Single Language 10.0.19045
8+
- **Use [[Wikilinks]]**: true
9+
- **Base color scheme**: dark
10+
- **Community theme**: none
11+
- **Snippets enabled**: 2
12+
- **Plugins installed**: 53
13+
- **Plugins enabled**:
14+
- Plugin Reloader v0.0.3
15+
- Advanced Debug Mode v1.9.1
16+
- BRAT v1.4.0
17+
- Tasks v7.22.0
18+
- Hover Editor v0.11.28
19+
- Excalidraw v2.18.3
20+
- Task Board v1.9.6
21+
22+
## Recent Bug Reports
23+
24+
Timestamp : 2026-03-02T10:50:54
25+
ID : 142
26+
Message :
27+
Context : DragDropTasksManager.ts/handleDropEvent
28+
Version : 1.9.6
29+
30+
#### Bug Content
31+
```log
32+
No current drag data available for drop operation.currentDragData=null
33+
```

0 commit comments

Comments
 (0)