From 5ebeeda12a588c1db792fcc8954aeeedb54a84b2 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Sat, 27 Feb 2016 07:38:19 -0600 Subject: RT#21463: Option to show disabled package definitions [does not work on IE] --- FS/FS/part_event/Condition/has_referral_pkgpart.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'FS') diff --git a/FS/FS/part_event/Condition/has_referral_pkgpart.pm b/FS/FS/part_event/Condition/has_referral_pkgpart.pm index 7062f6c2e..44094449c 100644 --- a/FS/FS/part_event/Condition/has_referral_pkgpart.pm +++ b/FS/FS/part_event/Condition/has_referral_pkgpart.pm @@ -13,6 +13,7 @@ sub option_fields { 'if_pkgpart' => { 'label' => 'Only packages: ', 'type' => 'select-part_pkg', 'multiple' => 1, + 'toggle_disabled' => 1, }, ); } -- cgit v1.2.1