View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018298 | MMW 5 | Playlists (Auto) / Search / Filters | public | 2021-09-14 16:49 | 2021-10-15 17:07 |
Reporter | lowlander | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0.2 | ||||
Target Version | 5.0.2 | Fixed in Version | 5.0.2 | ||
Summary | 0018298: Removing a Playlist doesn't inform user that Child Playlists will be removed | ||||
Description | 1) The confirm deletion dialog when deleting a Playlist doesn't inform the user that Child Playlists will also be removed. A) As Child Playlists could run in the thousands and have many nested levels it likely is impossible to list all (unless it's a scrolling box listing all Playlists in their nested form). It would be the preferred option as it's more informative. B) The alternative is to just include the number of Playlists being removed. Thus the message could be something like "Are you sure you want to remove playlist "%Playlistname%" and %Number% nested Playlists? 2) The confirm deletion dialog has an extra space in front of the ?. 3) The confirm deletion dialog lacks a dialog Title. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2509 | ||||
|
Not sure how important feature this is, assigned to Rusty to evaluate and suggest the wording. Maybe just introducing a warning like "Note that it will delete also all sub-playlists" whenever there is more than 1 sub-playlist? |
|
1) We already have a string: This playlist is a parent of other playlists. Deleting it will also remove its children. Are you sure you want to delete it? Is it being used? note: Ideally the string above would be split. e.g. This playlist is a parent of other playlists. Deleting it will also remove its children. Are you sure you want to remove playlist "X" ? Note: I'd agree that this is relatively important. |
|
1) You are true that this string does exist, and testing MM4 it is used as second confirmation dialog. So I used the string (not splitting it to not break translations) -- just added empty line between these two string like this: https://www.dropbox.com/s/oiwptwl43t9mrbs/Screenshot%202021-10-12%2015.47.50.png?dl=0 Fixed in 2509 |
|
Verified on 2509 |