Closed mike-gangl closed 9 months ago
fixes an issue where U-DS was unable to update paths since they were expecting key == filename
when an asset is added with a relative path (e.g. ./myfile.txt) the asset key becomes "myfile.txt" instead of "./myfile.txt"
coverage: 86.009% (+0.1%) from 85.912% when pulling 9dbebeb51c8f7d1708bcc7398014ffbe3ef59d67 on filename-key into e72f999e07be45600f22ea393e3138653b4f9f12 on develop.
Purpose
fixes an issue where U-DS was unable to update paths since they were expecting key == filename
when an asset is added with a relative path (e.g. ./myfile.txt) the asset key becomes "myfile.txt" instead of "./myfile.txt"