v1.2.0 - 2022-04-13¶
Added¶
API: Introducing the Technical metadata as part of
DataElementMetaData. The model now also contains information aboutisNullable,isPrimaryKeyandisForeignKey.UI: Display Technical metadata in the metadata detail view.
UI: Show progress bar during processing of imported metadata.
UI: Quick link to access User Manual from the UI shell header.
Changed¶
API:
/admin/metadataImport/processFileendpoint now returns StreamingResponseAPI: Export now have more columns. Previous
rangereplaced with four columns:range_min_is_open,range_min_value,range_max_is_open,range_max_valueUI: The Information Kind filter now shows the current active value.
UI: Now Browser download interface is used when exporting Metadata to communicate the progress of the export to the user.
UI: Several improvements in the UI of the step “Match data” in Metadata Import.
Fixed¶
API: Any HTTP 500 response will now contain the appropriate CORS headers to prevent CORS errors for the FE.
UI: Validations in Edit Metadata dialog.
UI: Fixed issue where metadata detail view was not updated after editing.