Merge lp://qastaging/~ondrej-dolejsi/shutter/ordered-urls-fix into lp://qastaging/shutter
Proposed by
Ondrej-dolejsi
Status: | Merged |
---|---|
Merged at revision: | 1280 |
Proposed branch: | lp://qastaging/~ondrej-dolejsi/shutter/ordered-urls-fix |
Merge into: | lp://qastaging/shutter |
Diff against target: |
12 lines (+1/-1) 1 file modified
share/shutter/resources/modules/Shutter/Upload/Shared.pm (+1/-1) |
To merge this branch: | bzr merge lp://qastaging/~ondrej-dolejsi/shutter/ordered-urls-fix |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Kyrylo Romanenko (community) | code ui | Approve | |
Mario Kemper (Romario) | Pending | ||
Review via email: mp+264952@code.qastaging.launchpad.net |
Description of the change
After exporting an image to public services the returned links (with their keys descriptions) are displayed in random order. This is frustrating for users, sharing many images a day, because every time the user updates an image she has to search for the direct link, or delete link, not being able to form a muscle memory.
This branch fixes it by sorting the keys alphabetically.
To post a comment you must log in.
Verified this fix by applying code modification on my "Shared.pm". It works :)