Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.11
-
None
Description
Current Situation
- A file order source for a job chain is configured with mixed spelling for the directory and file specification iike this:
<job_chain> <file_order_source directory="/tmp/jobscheduler/file/BJB.incoming" regex=".*\.XML$"/> ...
- The JOC Cockpit displays this information in lowercase letters with the Job Chains view:
file orders | directory: /tmp/jobscheduler/file/bjb.incoming pattern: .*\.xml$ delay: 60 repeat : 60
The complete line of outout in the GUI seems to be affected by lowercase spelling. If you copy&paste the line of output from the GUI e.g. to a text editor then it will show up in mixed spelling.
Desired Behavior
- Mixed spelling for file order source information should be considered.
- The above sample should be displayed as:
File Orders | Directory: /tmp/jobscheduler/file/BJB.incoming Pattern: .*\.XML$ Delay: 60 Repeat : 60