LaszloKecskes
LaszloKecskes
This issue is about the database/entity side of the translation storing process. Fetching the results from the service are handled in a different issue. Validations will be the responsibility of...
Add the MT settings to the `settings` object in the db, and implement a read-out in the settings manager. The settings will be set manually. The settings should: - be...
fixes #6686 PR checklist: - [ ] Update READ.me ? - [ ] Update API documentation ? QA checklist: - [Â ] Smoke test the functionality described in the issue...
We have an old entities.saveMultiple function, which is an old function that does not contain all hooks that the singular save function does (in order to be more efficient). Most...
Currently, the relationship saving only performs a format check to make sure that the ObjectId is well formatted. However, it does not check that the relationship type exists. There is...
The multi-language entity csv import (i.e. the double underscore mechanics) is not in the manual at uwazi.io. The task is to update the documentation.
Multi-language entity csv import denotes languages by appending `__` to the column names. Safe name creation in properties and in the csv columns substitute unsafe characters and spaces by a...
Our information extraction feature is now expected to accept multiple suggestions at once. During that development, it was noticed that this leads directly to updating multiple files, which is not...