Project

General

Profile

« Previous | Next » 

Revision 49188

make pids unique

View differences:

OafEntityMerger.java
168 168

  
169 169
		if ((sps != null) && !sps.isEmpty()) {
170 170
			for (final StructuredProperty sp : sps) {
171
				map.put(sp.getValue(), sp);
171
				if (StringUtils.isNotBlank(sp.getValue())) {
172
					map.put(sp.getValue().toLowerCase(), sp);
173
				}
172 174
			}
173 175

  
174 176
			if (!map.isEmpty()) {

Also available in: Unified diff