alexcoe / remote-torrent-adder

Automatically exported from code.google.com/p/remote-torrent-adder
0 stars 2 forks source link

Label/Directory dialog overwriting the old labels/directories #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of Chrome are you using? On what operating system?
Version 39.0.2171.62 (64-bit) on Windows 7 SP1 64-bit.

What client (version?) are you connecting to? Are you using SSL?
Version 1.2.2, SSL is on.

What steps will reproduce the problem?
1. Add at least 2 servers. (ServA and ServB)
Result:
ServA = <empty>
ServB = <empty>

2. Add a dir/label for ServA from dialog (testdir_01/testlabel_01)
Result:
ServA = "dirlist":"[\"testdir_01\"]","labellist":"[\"testlabel_01\"]"
ServB = <empty>

3. Add another for ServA from dialog (testdir_02/testlabel_02)
Result:
ServA = 
"dirlist":"[\"testdir_01\",\"testdir_02\"]","labellist":"[\"testlabel_01\",\"tes
tlabel_02\"]"
ServB = <empty>

4. Add same dir/label for ServB from dialog (testdir_01/testlabel_01)
Result:
ServA = 
"dirlist":"[\"testdir_01\",\"testdir_02\"]","labellist":"[\"testlabel_01\",\"tes
tlabel_02\"]"
ServB = <empty>

5. Add different dir/label for ServB from dialog (testdir_03/testlabel_03)
Result:
ServA = "dirlist":"[\"testdir_03\"]","labellist":"[\"testlabel_03\"]"
ServB = <empty>

What is the expected output?
RTA should set dir/labels to the selected servers.

Original issue reported on code.google.com by off...@gmail.com on 18 Nov 2014 at 11:58

GoogleCodeExporter commented 9 years ago
yep, that's a bug. please use the attached zip with TryNewCode. you should 
re-do the settings manually instead of copying them over with the instructions 
from BackupRestoreSettings.

Original comment by jul...@gmail.com on 19 Nov 2014 at 1:45

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, i can confirm this bug is fixed.

Original comment by off...@gmail.com on 19 Nov 2014 at 2:07

GoogleCodeExporter commented 9 years ago
awesome, i guess i'll push right away.

Original comment by jul...@gmail.com on 19 Nov 2014 at 2:08

GoogleCodeExporter commented 9 years ago

Original comment by jul...@gmail.com on 19 Nov 2014 at 2:12