Ticket #2035 (closed bug: fixed)

Opened 15 months ago

Last modified 15 months ago

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

Reported by: mathroc Owned by: damoxc
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

Changed 15 months ago by mathroc

  • owner set to damoxc
  • component changed from other to webui

Changed 15 months ago by Cas

  • milestone changed from Future to 1.3.4
  • version changed from other (please specify) to 1.3.3
  • component changed from webui to plugin
  • summary changed from setting label 'move on completed' may fail with web ui to [Label] setting label 'move on completed' may fail with web ui

Changed 15 months ago by bobbyrward

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

Changed 15 months ago by Cas

  • status changed from new to closed
  • resolution set to fixed

Fixed 1.3-stable:  a35937454

Note: See TracTickets for help on using tickets.