Project

General

Profile

« Previous | Next » 

Revision 52f1ea68

Added by Alex Theys about 12 years ago

AT: committing Palm extension changes to the taxeditor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/uses/handler/CreateUseRecordHandler.java
70 70
				AbstractPostOperation operation = null;
71 71
				try {
72 72
					//Use Record Feature retrieval below
73
					Feature useRecordFeature = (Feature) CdmStore.getService(ITermService.class).find(UUID.fromString("8125a59d-b4d5-4485-89ea-67306297b599"));
73
					//Feature useRecordFeature = (Feature) CdmStore.getService(ITermService.class).find(UUID.fromString("8125a59d-b4d5-4485-89ea-67306297b599"));
74 74
					//The code below retrieves the feature "Uses" as a work around
75
					Feature feature = (Feature) CdmStore.getService(ITermService.class).find(UUID.fromString("e5374d39-b210-47c7-bec1-bee05b5f1cb6"));
75
					//Feature feature = (Feature) CdmStore.getService(ITermService.class).find(UUID.fromString("ba773d5b-ab01-47fb-94cf-d241fcdd02ff"));
76
					Feature feature = (Feature) CdmStore.getService(ITermService.class).find(UUID.fromString("8125a59d-b4d5-4485-89ea-67306297b599"));
76 77
					feature.setSupportsCategoricalData(true);
77 78
					operation = new CreateUseRecordOperation(event
78 79
							.getCommand().getName(),

Also available in: Unified diff