Changeset 25199 in main
- Timestamp:
- 05/04/22 19:38:00 (13 months ago)
- Location:
- trunk/ibisph/src/main/java/org/ibisph/indicatorprofile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph/src/main/java/org/ibisph/indicatorprofile/databean/IndicatorLink.java
r15435 r25199 4 4 5 5 /** 6 * IBISPH Placeholder object for the specified indicator's saved queries. 6 * Table removed from the db 2022. 7 * TODO: should completely remove at some point but leaving in for now as some 8 * future version might come to want it. 7 9 * 8 10 *@author Garth Braithwaite, STG -
trunk/ibisph/src/main/java/org/ibisph/indicatorprofile/service/IndicatorDataBeanToXML.java
r24487 r25199 97 97 XMLLib.addNode(document, getRelationsNode(indicator)); 98 98 XMLLib.addNode(document, getIndicatorViewsNode(indicator)); 99 /* Table removed from the db 2022. 100 * TODO: should completely remove at some point but leaving in for now as some 101 * future version might come to want it. 102 * Commented out for now to avoid the table not found sql exception. 99 103 XMLLib.addNode(document, getLinksNode(indicator)); 104 */ 100 105 101 106 Node initiativesNode = initiativeDataBeanToXMLService.getInitiativesNode(indicator);
Note: See TracChangeset
for help on using the changeset viewer.