Purge Queue button open in new window issue - 0.5.5RC1 - Ubuntu 9.04

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
psytek7
Newbie
Newbie
Posts: 1
Joined: November 1st, 2010, 2:23 pm

Purge Queue button open in new window issue - 0.5.5RC1 - Ubuntu 9.04

Post by psytek7 »

Hi I believe I have found a bug in relation to 0.5.5RC1 "Classic - lightblue" theme.  Ubuntu 9.04 - http://wiki.sabnzbd.org/install-ubuntu-repo

The confirmation button does not come up if you right click on purge queue and open in new window (did it by accident)
Queue just gets purged without confirmation.  Not sure if this is fixed in later releases.

Let me know if you need more information for bugfix - thx

Workaround - For the time being I have removed the button

#Backup:
cp /usr/share/sabnzbdplus/interfaces/Classic/templates/queue.tmpl /usr/share/sabnzbdplus/interfaces/Classic/templates/queue.tmpl.backup
/usr/share/sabnzbdplus/interfaces/Classic/templates/queue.tmpl

#Edit the file (you can use another editor if you don't know vi ;) )  (":q!" will quit vi if you have already opened it and don't know how to quit) shift->:, enter, q!, enter
sudo vi /usr/share/sabnzbdplus/interfaces/Classic/templates/queue.tmpl

#Replace:
$T('purgeQueue')

#With:
$T('purgeQueue')
-->

#restart:
sudo /etc/init.d/sabnzbdplus restart
Post Reply