Commit d2382af
committed
Updated to OnTopic Data Transfer 1.2.0
This update builds off of OnTopic Library 4.3.0 in improving performance and reliability when importing and saving large topic graphs (4c8a1db).
Most notably, this includes the ability to dynamically update the content type and attribute schemas based on the in-memory topic graph, thus addressing potential conflicts between the current configuration and the imported configuration. This is especially critical when bootstrapping an empty database with a reference configuration, which is now supported.
In addition, a number of updated have been made to better maintain referential integrity, such as support for implicit topic references—i.e., references that point to other topics. Those are now translated to unique topic keys on `Export()`, and then translated back to topic identifiers on `Import()`.1 parent 4c8a1db commit d2382af
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- OnTopic.Editor.AspNetCore
- OnTopic.Editor.Models
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments