Details
-
Bug
-
Status: Closed
-
TBD
-
Resolution: Won't Fix
-
None
-
None
-
None
-
Undetermined
-
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
-
-
TRUNK-6087 COPY: Go through the TODO items code and create tickets out of them
-
- Needs Assessment
-
-
TRUNK-6108 COPY: Go through the TODO items code and create tickets out of them
-
- Needs Assessment
-