]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
fix for bug 51670: Dependency loops are possible
authorcyeh%bluemartini.com <>
Tue, 27 Feb 2001 06:50:58 +0000 (06:50 +0000)
committercyeh%bluemartini.com <>
Tue, 27 Feb 2001 06:50:58 +0000 (06:50 +0000)
commit0e41bda17fca72191e1342fd8eae53ae922c45dd
treee84b778f091452d8632a9bcbd96935aaf0b6d063
parent28875a1899e901fb30f51abc5e34a41eb9d92805
fix for bug 51670: Dependency loops are possible
we now search each list (dependson, blocks) to see if a bug number shows
up in each list. a bug can't be dependent upon and block the same bug.
also make it so you can't set a bug blocking or dependent on itself.
process_bug.cgi