v0.1.0
Pre-release
Pre-release
Notable changes
- Full revamp of metadata > document type section:
- Now it will display a "Duplicated field" feedback error when trying to create fields with equal names within the same document type.
- When marking a property as "Use as filter", now it will display a visual map of properties from other document types with equal names and also marked as filters, allowing for better understanding on filter coincidence across different document types.
- "Use as library filter" relabeled to "Use as filter".
- "Required field" relabeled to "Required".
- "Save template" relabeled to "Save".
- Added several tooltips explaining filtering and filter coincidence.
- Now scrolling is independent for main view (search results, document view) and side panel (metadata and relation view) making navigation easier.
Small fixes
- Fixed a bug when adding a "select field" to a document type and leaving the default dictionary, actually it was being saved with no dictionary causing a cascade of errors.
- Now the "edit metadata" option in floating action button will only be visible if the user has permissions (is logged in).
- When stacking filters in the public library sidebar, feedback properly shows "Filters for [document type]" when selecting only a document type and "Common filters for [document type 1] and [document type 2]" when selecting more than one type.
- When closing the "Edit metadata" side panel, a confirm message about loosing changes will be displayed and if accepted, the form will be reset to its initial state an close. Previously it would close and keep the state of the form.
- Now the confirm deletion message for documents that failed to upload and the confirm deletion message for regular documents display different messages. Previous message was misleading.
- Fixed a bug that prevented saving document metadata when the document was large. The text of the document was wrongly being sent to the server overflowing the allowed payload.