Details
-
Type:
Bug
-
Status: Closed
-
Priority:
TBD
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Complexity:Undetermined
-
Development:
Description
TODO item from line 313 in ObsServiceImpl.java of org.openmrs.api.impl:
@Override public void purgeObs(Obs obs, boolean cascade) throws APIException { if (!purgeComplexData(obs)) { throw new APIException("Obs.error.unable.purge.complex.data", new Object[] { obs }); } if (cascade) { throw new APIException("Obs.error.cascading.purge.not.implemented", (Object[]) null); // TODO delete any related objects here before deleting the obs // obsGroups objects? // orders? } dao.deleteObs(obs); }
Gliffy Diagrams
Attachments
Issue Links
- relates to
-
TRUNK-324 Go through the TODO items code and create tickets out of them
-
- Ready for Work
-