View Issue Details

IDProjectCategoryView StatusLast Update
0018298MMW 5Playlists (Auto) / Search / Filterspublic2021-10-15 17:07
Reporterlowlander Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0.2 
Target Version5.0.2Fixed in Version5.0.2 
Summary0018298: Removing a Playlist doesn't inform user that Child Playlists will be removed
Description1) 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.
TagsNo tags attached.
Fixed in build2509

Activities

Ludek

2021-09-14 21:08

developer   ~0064626

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?

rusty

2021-10-12 01:27

administrator   ~0065116

Last edited: 2021-10-12 01:28

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.

Ludek

2021-10-12 13:48

developer   ~0065120

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

lowlander

2021-10-15 17:07

developer   ~0065237

Verified on 2509