Details
-
Bug
-
Status: Closed
-
Should
-
Resolution: Fixed
-
OpenMRS 1.9.3
-
Low
Description
The purgeConceptNameTag method does not exist in the core api. It needs to be added.
The following functionality is being added to the openmrs-module-conceptmanagement for now:
If the user wants to get rid of a ConceptNameTag we just delete it (and delete all rows from concept_name_tag_map that reference it).
purgeConceptNameTag needs to delete the tag from the DB as well as all existing usages of the tag.