You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes in Dataverse and updates to the ORCID and ROR external vocabulary scripts support deploying these for the citation block author field (and others).
* Adds information about the external vocabulary term being used in this DatasetField to the ExternalVocabularyValue table if it doesn't already exist.
343
358
* @param df - the primitive/parent compound field containing a newly saved value
@@ -468,7 +483,8 @@ public JsonObject getExternalVocabularyValue(String termUri) {
468
483
logger.warning("Problem parsing external vocab value for uri: " + termUri + " : " + e.getMessage());
469
484
}
470
485
} catch (NoResultExceptionnre) {
471
-
logger.warning("No external vocab value for uri: " + termUri);
486
+
//Could just be a plain text value
487
+
logger.fine("No external vocab value for uri: " + termUri);
<h:outputTextvalue="#{dsf.datasetFieldType.displayFormat} " rendered="${!partStatus.first and !(cvocOnDsf or cvocOnCvPart)}"/>
133
-
<ui:fragmentrendered="#{!(cvocOnDsf or cvocOnCvPart)}">
132
+
<h:outputTextvalue="#{dsf.datasetFieldType.displayFormat} " rendered="${!partStatus.first and !settingsWrapper.isCvocField(cvPart.key.datasetFieldType.id)}"/>
133
+
<ui:fragmentrendered="#{!cvocOnDsfApplies or !settingsWrapper.isCvocField(cvPart.key.datasetFieldType.id)}">
0 commit comments