When determining if a status "closes" tickets or not, we should first check if it was set to and only if it wasn't then check if there was a close_status set for it. Otherwise the logic wasn't correctly interpreted.
Fixes https://pagure.io/pagure/issue/4958
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr
rebased onto af8a23ad4b0b0c5a31c9125e19b4dec3c69e0017
:thumbsup:
rebased onto 05a5e4608bb34ee153be7374c764ac2580c05d0e
Pull-Request has been merged by pingou
When determining if a status "closes" tickets or not, we should first
check if it was set to and only if it wasn't then check if there was a
close_status set for it. Otherwise the logic wasn't correctly interpreted.
Fixes https://pagure.io/pagure/issue/4958
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr