Peace,
We are currently using the ModelBulkImporter to allow our users to import models into our application. However, we are facing some issues related to included document models.
Problem Description:
-
Inconsistent Updates: When an user uploads an existing Document Model, any existing (Composed) Document Model that include the uploaded DM do not get updated afterwards. The issue occurs when using the ModelBulkImporter directly.
-
DS Startup Behavior: The problem does not arise during the startup of the application. During startup, the DS deletes all models before importing, ensuring that the process is always a creation rather than an update of models
-
Bulk Import: The same problem occurs when users upload a bulk of models. Depending on the order of imports in the ModelBulkImporter, the included models can end up with either the old or updated version, leading to inconsistency and confusion. The order seems to be random.
Questions:
→ is there a function available to re-trigger all merges of included models ?
→ Are there any plans to enhance the ModelBulkImporter to support updating included models effectively ?
Thank you for your assistance !