Skip to content
Snippets Groups Projects

fix(EventType): update resId to be consistent with other event type ids

Merged Nicolas.Rod requested to merge rodn-fix-event-resid into master
2 files
+ 8
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -64,7 +64,7 @@ public class EventType extends AouResourceNormalized {
public static final String PUBLICATION_DETECTED_ON_ORCID_ID = "PUBLICATION_DETECTED_ON_ORCID";
public static final EventType PUBLICATION_DETECTED_ON_ORCID = new EventType(PUBLICATION_DETECTED_ON_ORCID_ID, "Publication detected on ORCID");
public static final String PUBLICATION_EXPORTED_TO_ORCID_ID = "PUBLICATION_EXPORTED_TO_ORCID_ID";
public static final String PUBLICATION_EXPORTED_TO_ORCID_ID = "PUBLICATION_EXPORTED_TO_ORCID";
public static final EventType PUBLICATION_EXPORTED_TO_ORCID = new EventType(PUBLICATION_EXPORTED_TO_ORCID_ID, "Publication exported to ORCID");
public static final String PUBLICATION_UPDATED_IN_BATCH_ID = "PUBLICATION_UPDATED_IN_BATCH";
Loading