Details
-
Bug
-
Status: Closed
-
TBD
-
Resolution: Won't Fix
-
None
-
None
-
None
-
Undetermined
-
Description
TODO item from line 226 of CustomDatatypeUtil.java in org.openmrs.customdatatype:
/** * To be called by service save methods for customizable implementations. * Iterates over all attributes and calls save on the {@link ConceptDatatype} for any dirty ones. * * @param customizable */ public static void saveAttributesIfNecessary(Customizable<?> customizable) { // TODO decide whether we can move this into a SingleCustomValueSaveHandler instead of leaving it here to be called by each Customizable service's save method for (Attribute attr : customizable.getAttributes()) { saveIfDirty(attr); } }
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
-