Details
-
Bug
-
Status: Closed
-
Non-Essential
-
Resolution: Fixed
-
None
-
None
Description
The concept IDs 1290 and 1291 do not have associated concept names in the demo db. This causes problems when trying to use the Logic Service. For instance, the test at http://svn.openmrs.org/openmrs-modules/logicws/test/org/openmrs/module/logicws/test/LogicWsTest.java that returns the available tokens will fail with "No concept name found for default locale for concept id 1291". This error was resolved by manually inserting concept names via SQL for the concept IDs 1290 and 1291.