From 3d8f79a5a75356f4ce36b8e91c769d72447d74ba Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 12 Dec 2012 15:15:55 -0800 Subject: [PATCH] fix svcpart changes when usergroup is a fixed field, #20458 --- FS/FS/svc_Radius_Mixin.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FS/FS/svc_Radius_Mixin.pm b/FS/FS/svc_Radius_Mixin.pm index ac97eab58..544c7e958 100644 --- a/FS/FS/svc_Radius_Mixin.pm +++ b/FS/FS/svc_Radius_Mixin.pm @@ -68,7 +68,8 @@ sub replace { $old->usergroup; # make sure this is cached for exports - my $error = $new->process_m2m( + my $error = $new->check # make sure fixed fields are set before process_m2m + || $new->process_m2m( 'link_table' => 'radius_usergroup', 'target_table' => 'radius_group', 'params' => $new->usergroup, -- 2.11.0