Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Ticket #1104 (closed task: fixed)

Opened 1 year ago

Last modified 1 year ago

rule tokens need to be case insensitive

Reported by: tmdugan Assigned to: tmdugan
Priority: major Milestone:
Component: Logic Service Keywords:
Cc: Introductory Ticket: 0
Code Review Status:

Description

Rule tokens in the LogicService rule factory are currently case sensitive. They need to be case insensitive. We can change this by making all references to lookups in ruleMap of RuleFactory case insensitive.

Change History

11/04/08 17:51:21 changed by tmdugan

  • owner changed from somebody to tmdugan.
  • component changed from OpenMRS Code Base to Logic Service.

11/06/08 21:00:50 changed by bmckown

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [5923] using org.apache.commons.collections.map.CaseInsensitiveMap.