Changeset 25199 in main


Ignore:
Timestamp:
05/04/22 19:38:00 (13 months ago)
Author:
GarthBraithwaite_STG
Message:

java - Put comments about the mothballed IndicatorLink? and commented out of the publishing to avoid sql table not found errors.

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  
    44
    55/**
    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.
    79 *
    810 *@author Garth Braithwaite, STG
  • trunk/ibisph/src/main/java/org/ibisph/indicatorprofile/service/IndicatorDataBeanToXML.java

    r24487 r25199  
    9797    XMLLib.addNode(document, getRelationsNode(indicator));
    9898    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.
    99103    XMLLib.addNode(document, getLinksNode(indicator));
     104*/
    100105
    101106    Node initiativesNode = initiativeDataBeanToXMLService.getInitiativesNode(indicator);
Note: See TracChangeset for help on using the changeset viewer.