Bugfixes
Studio Designer
Header Compatibility for Custom Document Types
Resolved an issue affecting custom document types that extend Folder, where default view layouts defined via
What Changed:
Replaced dots (.) in HTTP header names with hyphens (-) to ensure compatibility.
Example: X-NXfetch.document
→ X-NXfetch-document
Impact: This change ensures that custom document types render correctly in environments with strict header validation, improving reliability and deployment flexibility.
Studio Modeler
Regression Fix: Operation Signature Consistency Restored
Summary: Following the recent update to target platform registries, a regression was introduced where operation signatures no longer followed the expected input → output pattern.
What Happened: Some operations that previously returned documents were incorrectly returning only a single document. This inconsistency broke expected behavior in workflows relying on multi-document outputs.
Fix: Restored the correct signature pattern for affected operations to ensure consistent input → output behavior.
Impact: This fix ensures that operations behave as expected in automation chains and custom logic, particularly where multiple document outputs are required.