thomastom99 / wc

wc Public Repository
0 stars 0 forks source link

Delete of multiple items doesn't work #18

Closed Soorya2015 closed 9 years ago

Soorya2015 commented 9 years ago

Application deletes only one menu item at a time from the selected menu items. Please find attached screenshots.

screen shot_wc1 screen shot_wc2 screen shot_wc3
thomastom99 commented 9 years ago

Please see whether this is easy to fix..

Revathyms commented 9 years ago

Do I have to implement multiple item delete option or do I have to show a message that only one item can delete at a time? Can you suggest me a solution?

thomastom99 commented 9 years ago

Multiple Item deletion might be difficult as nested menus might be there.. So just say a warning like " Only One Menu can be deleted at a time.Please select only one menu.'

Revathyms commented 9 years ago

Actually the bug was does not showing any warning when deletes only one menu item at a time from the selected menu items. Now I fixed the bug by giving a warning.