Currently selecting a file, using the context menu to select 'Properties...', then the 'Share Links' tab of the File Properties window will return an unordered list of these links which can be difficult to inspect quickly.
I'd like to request an enhancement that either the Share Links list be ordered by the full path of each link by default or that at least there be added a context pick or list header that one could click to sort this list in such a way.
For example we may have a list that looks like:
Code: Select all
$/Repository/type/env_A/subenv_1/project/fileA
$/Repository/type/env_C/project/fileA
$/Repository/type/env_E/subenv_2/project/fileA
$/Repository/type/env_B/subenv_3/project/fileA
$/Repository/type/env_D/subenv_1/project/fileA
Code: Select all
$/Repository/type/env_A/subenv_1/project/fileA
$/Repository/type/env_B/subenv_3/project/fileA
$/Repository/type/env_C/project/fileA
$/Repository/type/env_D/subenv_1/project/fileA
$/Repository/type/env_E/subenv_2/project/fileA
Thank you!