Dennis Hendriksen
Dennis Hendriksen
@fdlk *bump*
Absent entity identifiers are automatically generated in the data layer. The source entity stream doesn't generate any identifiers which results in two separate identifier sets being generated. As a workaround...
We could do something like: ```java private void persistEntitiesSecondPass(EntityType entityType, Stream entities) { if (entityType.hasMappedByAttributes()) { String entityTypeId = entityType.getId(); dataService.update(entityTypeId, entities.filter(entity -> hasMappedByData(entityType, entity))); } } private boolean hasMappedByData(EntityType...
Cannot reproduce on my local machine. What are the ```max_locks_per_transaction``` and ```shared_buffers``` values of the PostgreSQL database of this MOLGENIS instance? Should be 1024 and 1GB.
> Is this still present in 8.2RC? Yes
I've reported this Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1621013
@joerivandervelde this is a configuration issue on our recent MOLGENIS VMs and can easily be fixed as described in https://github.com/bohnman/squiggly/issues/42#issuecomment-414673274. @erikschaberg recently fixed this for http://molgenis.org/gavin.
The resulting data explorer query is of the form ```/api/v2/eu_bbmri_eric_collections?sort=biobank```. REST API v2 doesn't allow queries such as ```/api/v2/eu_bbmri_eric_collections?sort=biobank.name``` and probably it will require some work to propagate such a...
Reported by a colleague of @cpavanrun in 8.4.1
> I suppose this is necessary for our new biobank explorer release? nope