Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:Spring 1 2021 Mar 22 - Apr 2, Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30
Description
Situation: The Quickload Saver app encodes local file paths when saving the quickload. The quickload name field should not be encoded for local file paths.
Task: Output the unencoded local file paths for Quickload saver.
Attachments
Issue Links
- blocks
-
IGBF-2820 Handle spaces in local quickloads
-
- Closed
-
Changing dataSet.getURI().toString() to dataSet.getURI().getPath() will acquire the unencoded file path.
I will carry out additional testing on
IGBF-2820to make sure that this works as expected when loading the quickload.