Commit 9b710d2
committed
Merge branch 'improvement/VersionHistoryIndex-all-sources' into develop
Previously, the `VersionHistoryIndex` only listed versions that were in the `Attributes` table. That should work fine so long as a `LastModified` and `LastModifiedBy` record is created, as is done by default in the OnTopic Editor. If those attributes are disabled, however, or the change is done programmatically, then updates that don't affect the `Attributes` table won't be reflected. To remedy this, the `VersionHistoryIndex` has been extended to additionally pull versions from `ExtendedAttributes`, `Relationships`, and `TopicReferences`. This resolves #78.1 file changed
Lines changed: 24 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
24 | 46 | | |
25 | 47 | | |
26 | 48 | | |
| |||
0 commit comments