luddaniel

Results 14 comments of luddaniel

Hello @pdurbin :) Thank you for answering > Does the field have to be custom? Are you simply saying, "I want to know which datasets are not using field x?"...

- @pdurbin following our exchanges, with PR #10598 I can now did this : `http://localhost:8080/api/search?q=fileCount:0` to search datasets without file. ![Screenshot from 2024-05-30 16-26-12](https://github.com/IQSS/dataverse/assets/83018819/d85ba595-e1b5-409c-921b-5f6cbbf094be)

@pdurbin @poikilotherm Guide is updated (sorry for the force-push fixing git bad manipulation).

Hi @ofahimIQSS Maybe my eyes trick me but it looks to work as expected :)

Hello everyone, we are working with @tjouneau and the recent in-depth analyses on v6.2+ have allowed us to put our finger on the explanations of why the rendering was questionable...

Hello @qqmyers Thanks for the review, - Release note has been added for both PR here (#10404 + #10331) . - PR synchronized with develop - https://github.com/gdcc/dataverse-external-vocab-support/pull/20 updated For testing...

Decided with @qqmyers, the unit tests for all PR for [Ontoportal / CVOC](https://github.com/IQSS/dataverse/pulls?q=is%3Apr+%28Ontoportal+integration%29+) will be pushed after the merging of PR as it will require merged codes.

@qqmyers your tips with https://github.com/IQSS/dataverse/pull/7334/commits/da87bd1cc5d2aacb8bd0c1c6a5c5750b8a2f9d10 were correct, I just needed to set the created time before `registerExternalVocabValuesIfAny()` function for whatever reason... Tested without `@TransactionAttribute(TransactionAttributeType.REQUIRES_NEW)` it seems to work just fine....