View | Details | Raw Unified | Return to bug 40233
Collapse All | Expand All

(-)modules/univention/s4connector/__init__.py (-1 lines)
 Lines 1448-1454    Link Here 
1448
						result = True
1448
						result = True
1449
					else:
1449
					else:
1450
						result = self.delete_in_ucs(property_type, object, module, position)
1450
						result = self.delete_in_ucs(property_type, object, module, position)
1451
					self._remove_dn_mapping(object['dn'], premapped_s4_dn)
1452
					self.s4cache.remove_entry(guid)
1451
					self.s4cache.remove_entry(guid)
1453
				if object['modtype'] == 'move':
1452
				if object['modtype'] == 'move':
1454
					result = self.move_in_ucs(property_type, object, module, position)
1453
					result = self.move_in_ucs(property_type, object, module, position)

Return to bug 40233