Closed KlfJoat closed 10 months ago
I know exactly what is going on and will work on a fix.
This is a very good report that pushes me to complete a long series of refactorings related to REFS->RELATIONS migration.
This should have been fixed. Thanks again for reporting.
You could try the --pre
Pip package.
Sorry, I forgot to comment.
Yes, this fixes my issue. Thanks!
This one got me a few times before I realized it was happening.
Given this
strictdoc.toml
file:And this SDoc file:
When I run
strictdoc manage auto-uid --config strictdoc-van.toml .
, it strips the RELATIONS. The last Requirement ends up looking like this:The diff of that is:
This only happens if a UID and MID need to get added to the Requirement. If they already exist, the RELATIONS remain untouched.