Project

General

Profile

« Previous | Next » 

Revision 35146960

Added by Andreas Müller over 2 years ago

ref #9782 adapt abbreviation for proles

View differences:

cdmlib-model/src/main/resources/terms/Rank.csv
54 54
"2f4f4303-a099-47e3-9048-d749d735423b",,"Patho Variety","Patho Variety",,"IS"
55 55
"9a83862a-7aee-480c-a98d-4bceaf8712ca",,"Subvariety","Subvariety","subvar.","IS"
56 56
"bff22f84-553a-4429-a4e7-c4b3796c3a18",,"Subsubvariety","Subsubvariety",,"IS"
57
"8810d1ba-6a34-4ae3-a355-919ccd1cd1a5",,"Proles","Rank 'Proles'. Note: This rank is not compliant with the current nomenclatural codes","prol.","IS"
58
"47bd1439-c2ba-4c4e-994f-9c60853258f8",,"Subproles","Rank 'Subproles'. Note: This rank is not compliant with the current nomenclatural codes","subprol.","IS"
57
"8810d1ba-6a34-4ae3-a355-919ccd1cd1a5",,"Proles","Rank 'Proles'. Note: This rank is not compliant with the current nomenclatural codes","proles","IS"
58
"47bd1439-c2ba-4c4e-994f-9c60853258f8",,"Subproles","Rank 'Subproles'. Note: This rank is not compliant with the current nomenclatural codes","subproles","IS"
59 59
"196dee39-cfd8-4460-8bf0-88b83da27f62",,"Race","Rank 'Race'. Note: This rank is not compliant with the current nomenclatural codes","race","IS"
60 60
"4c8e12f6-2c16-4eda-a7db-fd247dcce789",,"Lusus","Rank 'lusus'. Note: This rank is not compliant with the current nomenclatural codes","lusus","IS"
61 61
"1fafa596-a8e7-4e62-a378-3cc8cb3627ca",,"Sublusus","Rank 'Sublusus'. Note: This rank is not compliant with the current nomenclatural codes","sublusus","IS"
cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/database/update/v525_527/SchemaUpdater_5270_5271.java
64 64
        UUID uuidLanguage = UUID.fromString("e9f8cdb7-6819-44e8-95d3-e2d0690c3523");
65 65
        TermRepresentationUpdater.NewInstance(stepList, stepName, uuidTerm, description, label, abbrev, uuidLanguage, true);
66 66

  
67
        //#9755 Adapt grex representation
68
        stepName = "Adapt proles abbreviation";
69
        uuidTerm = UUID.fromString("8810d1ba-6a34-4ae3-a355-919ccd1cd1a5");
70
        abbrev = "proles";
71
        uuidLanguage = UUID.fromString("e9f8cdb7-6819-44e8-95d3-e2d0690c3523");
72
        TermRepresentationUpdater.NewInstance(stepList, stepName, uuidTerm, null, null, abbrev, uuidLanguage, true);
73

  
74

  
67 75
        return stepList;
68 76
    }
69 77
}

Also available in: Unified diff