Opened 13 years ago

Closed 13 years ago

#2035 closed bug (Fixed)

[Label] setting label 'move on completed' may fail with web ui

Reported by: Mathieu Rochette Owned by: Damien Churchill
Priority: minor Milestone: 1.3.4
Component: Plugin Version: 1.3.3
Keywords: Cc:

Description

when trying to set a 'move on completed' folder on a new label with the web ui, if I do :

  • right clic on label
  • label options
  • location
  • check 'apply location settings'
  • check 'move completed to'
  • enter folder location
  • OK

the dialog box does not close and the label is not updated, instead I have to :

  • right clic on label
  • label options
  • location
  • check 'apply location settings'
  • OK
  • right clic on label
  • label options
  • location
  • check 'move completed to'
  • enter folder location
  • OK

and now the label is updated

Change History (4)

comment:1 by Mathieu Rochette, 13 years ago

Component: otherwebui
Owner: set to Damien Churchill

comment:2 by Calum, 13 years ago

Component: webuiplugin
Milestone: Future1.3.4
Summary: setting label 'move on completed' may fail with web ui[Label] setting label 'move on completed' may fail with web ui
Version: other (please specify)1.3.3

comment:3 by bobbyrward, 13 years ago

This is caused by the auto_add_trackers being empty. If it's empty, it's an array with 0 items for whatever reason.

https://github.com/bobbyrward/deluge/commit/0522274f5c40bf8f39b5fcac1512817535d7b78d

comment:4 by Calum, 13 years ago

Resolution: fixed
Status: newclosed

Fixed 1.3-stable: a35937454

Note: See TracTickets for help on using tickets.