Rafael Pólit
Rafael Pólit
Both flows have similar implementations, duplicated logic and while reindex has optimizations to prepare the index for a long process, the reindexAll simply deletes de index and recreates it without...
**Describe the bug** The reindex script has a setReindexSettings function that does a PUT call to the ES index to update the values. This call has, for who knows how...
**Describe the bug** In order to present the violated articles option in the template configurator, we are using the value of the `project` root property of settings. This property is...
**Describe the bug** As of today, we accept duplicated values for thesaurus as long as they have a different upper and lower case configuration. So, for us, these thesaurus values...
Thesauri are not generating `_id` for values, and relying on `id`, which should be deprecated and is only used in client to sort originally created values. This needs to be...
fixes # PR checklist: - [ ] Update READ.me ? - [ ] Update API documentation ? QA checklist: - [ ] Smoke test the functionality described in the issue...
When I am editing the relationships graph, if I have made changes and then filter by text or change the order for the relationships, the changes I have made are...
Alphabetical sorting should take into account the shortLabel options, so as to not have apparently 'scrambled' columns which are actually sorted by a name that is not immediately shown in...
Currently the Published and Restricted filters change their order depending on the selection. This follows the pattern of "selected items go first" like in the selects and relationships fields, but...
Facts: - Our "relationship" metadata properties render a label with a link to navigating to (or showing in the side panel) that entity's data - We allow partial syncing of...