dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #19292
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8345: Not regenerating option combos on update category combo
------------------------------------------------------------
revno: 8345
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-10-02 18:52:49 +0200
message:
Not regenerating option combos on update category combo
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/java/org/hisp/dhis/dd/action/categorycombo/UpdateDataElementCategoryComboAction.java
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/java/org/hisp/dhis/dd/action/categorycombo/UpdateDataElementCategoryComboAction.java'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/java/org/hisp/dhis/dd/action/categorycombo/UpdateDataElementCategoryComboAction.java 2012-06-07 13:53:31 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/java/org/hisp/dhis/dd/action/categorycombo/UpdateDataElementCategoryComboAction.java 2012-10-02 16:52:49 +0000
@@ -106,8 +106,6 @@
dataElementCategoryService.updateDataElementCategoryCombo( dataElementCategoryCombo );
- dataElementCategoryService.generateOptionCombos( dataElementCategoryCombo );
-
return SUCCESS;
}
}