Commit 5132a67
committed
Update to OnTopic 4.2.0
Among some feature updates, OnTopic 4.2.0 notably includes a fix for a bug in how versions are established (OnTopic-Library@90c83d4). This resolves a bug in OnTopic Editor where a user is unable to rollback to a version of a topic that was created prior to the last application reset. This was due to the `VersionHistory` being populated with a higher-precision version timestamp than used in SQL server; once once the the application was reset would the lower-precision value be retrieved from the database. Now, the version is initialized using the lower-precision value so that these are always synchronized.1 parent bc4e0fc commit 5132a67
3 files changed
Lines changed: 10 additions & 10 deletions
File tree
- OnTopic.Editor.AspNetCore.Host
- OnTopic.Editor.AspNetCore
- OnTopic.Editor.Models
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments