Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 5292

Show
Ignore:
Timestamp:
08/15/08 20:30:01 (3 months ago)
Author:
kevjay
Message:

logicws: Fixed bug with how Logic Service query is processed when no token splitters are chosen.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/logicws/web/src/org/openmrs/module/logicws/web/URLdataQuery.java

    r5287 r5292  
    124124                                            tokensWithModifiers[i].indexOf(":")); 
    125125 
     126                        } else { 
     127                            tokensWithModifiers[i] = tokensWithModifiers[i] 
     128                                    .substring(tokensWithModifiers[i] 
     129                                            .indexOf("{")); 
    126130                        } 
    127131                    }