You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The visual ODD editor has a feature where you can define a base ODD.
Current behaviour:
The value in the base ODD field is not persistent. It is lost upon reload. This means upon editing an ODD, base styles are lost if one forgets to reset the base styles. What's worse: If ODD A is a base ODD of ODD B and ODD A is edited, ODD B will not change. One has to open ODD B, set ODD A as a base ODD again, and save it again for changes to be propagated. This makes the whole workflow extraordinarily tedious and error-prone.
Expected behaviour:
The base ODD is a persistent field. If an ODD is edited, it is checked whether any other ODDs depend on it. Dependend ODDs are recalculated.
Thanks for your feedback
The text was updated successfully, but these errors were encountered:
The visual ODD editor has a feature where you can define a base ODD.
Current behaviour:
The value in the base ODD field is not persistent. It is lost upon reload. This means upon editing an ODD, base styles are lost if one forgets to reset the base styles. What's worse: If ODD A is a base ODD of ODD B and ODD A is edited, ODD B will not change. One has to open ODD B, set ODD A as a base ODD again, and save it again for changes to be propagated. This makes the whole workflow extraordinarily tedious and error-prone.
Expected behaviour:
The base ODD is a persistent field. If an ODD is edited, it is checked whether any other ODDs depend on it. Dependend ODDs are recalculated.
Thanks for your feedback
The text was updated successfully, but these errors were encountered: