PDA

View Full Version : Bug report - How to fix nuke of approved releases


Mouton
09-11-2005, 06:08 PM
If you try to nuke an approved release, it will let you. To fix this:

Replace

"NUKE" {
if {[llength $args]!=2} {return 1}

by

"NUKE" {
if {[llength $args]<2} {return 1}

in ioDUPE.itcl

ko0ky
09-11-2005, 10:28 PM
thanks for posting the info Mouton.

Harm
09-12-2005, 02:05 AM
Thank you. How could I have forgotten that there were more parameters to the nuke command :/

PS: Does this mean you've actually tried it ?