Kbase P55632: Different strings are being displayed when creating new sear
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/3/2003 |
|
Status: Unverified
FACT(s) (Environment):
Fathom for Management 2.1A
SYMPTOM(s):
Different strings are being displayed when creating new search criteria in Fathom
Different strings are being displayed when displaying new search criteria in Fathom
Search string when saving the Criterion is different then search string when viewing the Criterion.
CAUSE:
This is a known issue.
FIX:
The number/text you are seeing when saving the Criterion is incorrect.
The number/text you are seeing when viewing the Criterion is correct.
The broker log file rules are working correctly.
In order to fix the issue, please change line 151 of <fathomInstallDir>/web/file/logfileruleconfigedit.jsp
from:
if (f.criteriaFromList[0].value.indexOf('Select One') != -1)
to:
if (f.criteriaFromList[0].text.indexOf('Select One') != -1)
Make sure to delete the corresponding class file from the jspwork directory under the Fathom install.