Features
- Added a validation endpoint for CRTDLs to ensure only valid CRTDL files can be uploaded and used in the application. #409
- Implemented a reusable modal to display validation errors, including support for reopening and an extended data model. #507
Changes
- Removed support for uploading CCDL files, as this feature is no longer supported. #320, #471
- Introduced a global
DataportalErrorHandlerto capture and display application-wide errors, replacing Angular’s defaultErrorHandler. #433 - Refactored the HTTP interceptor to centralize error handling via the new
DataportalErrorHandler. #428
Fixed
- Recommended references on loaded CRTDL will not be set #512