Commit 24fa13f
authored
fix: build folder path from Backend.Path and silence null-revision bindings in revision file tree (#2595)
- RevisionFileTreeView.SetSearchResultAsync: concatenate Backend.Path
instead of stringifying the Backend Object, whose default ToString()
leaked "SourceGit.Models.Object/" into child node paths and corrupted
the DirHistories window title.
- RevisionFiles / Blame: add FallbackValue={x:Null} to Commit.SHA /
Revision.SHA. These commits are loaded asynchronously and are null
when the view first binds, which logged "Value is null" binding errors.1 parent 4b4c22f commit 24fa13f
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments