released May 12, 2025
Bug Fixes
- Fixed bugs in DbAssemblyService and DbComponentService where the RefreshAvailableFields methods were performing thousands of queries when loading fields for inspection elements. The issue was caused by LINQ queries referencing ElementLookups after the query executed, triggering lazy loading for each inspection element individually.