-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Low
-
None
-
Affects Version/s: 5.3.1, 5.4.0
-
Component/s: Assets - Automation
-
None
-
1
-
Severity 2 - Major
Issue Summary
Recent translation changes changed the Assets UI to be ' MUST_START_WITH_SLASH_PATTERN' state. Meaning absolute path are only considered for unix-like paths. No windows support retained.
This is reproducible on Data Center: (yes)
Steps to Reproduce
- Assets -> Schema Configuration -> Automation -> Create Automation
- Add action -> type : execute groovy script
- *Attempt to add windows path: example C:\\example
it.groovy
Expected Results
Accept windows absolute path
Actual Results
Customer receives UI error message:
Script file path must be absolute
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...