-
Package version (if known): April release
Although https://github.com/inveniosoftware/invenio-app-rdm/issues/738 made some progress on the issue, the UX is not quite there yet:
## Steps to Repro…
-
In the file /assets/semantic-ui/js/invenio_*/search/components.js of both invenio-app-rdm and invenio-communities, the URLs for ORCID and ROR, in the "getIcon" function, should come from the backend, …
-
It seems to me that there is currently no way to know what argument values are valid or not for a given `action`.
What about enabling the registration of "_suggests_" and "_validators_" in setup.py…
-
When a record is opened, it should be locked while the session is active so that no other user can open it.
For this, we can implement server side handlers in https://github.com/inveniosoftware-con…
-
Package version (if known): 1.0.0
## Describe the bug
It looks like there's some mutable objects used as default values for some function arguments, e.g. a [dictionary literal here](https://github…
-
Package version (if known): november release
Let's re-enable tests so it's clear what are intended features and what are bugs.
-
This issue tracks the changes made in PRs leading up to v2.0.
Changes from https://github.com/inveniosoftware/invenio-stats/pull/118
```
- Upgrade to ``invenio-search`` 2.x
- Drop support for El…
-
## Describe the bug
The delete request fails when trying to delete a community, from admin panel, that has pending requests.
## Steps to Reproduce
1. Create a community
2. Upload a records…
-
Readers/transformers/writers can have unexpected errors, e.g. because of malformed data or missed edge cases. We should probably have a more "forgiving" strategy that allows not completely failing on …
-
It may be useful and easier for users to have the information on how to run the example applications directly in the example folder.
Thus, when you are on github (or browsing the code locally) and yo…