--- loncom/interface/domainprefs.pm 2024/05/01 15:18:58 1.440 +++ loncom/interface/domainprefs.pm 2024/05/21 02:57:15 1.441 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.440 2024/05/01 15:18:58 raeburn Exp $ +# $Id: domainprefs.pm,v 1.441 2024/05/21 02:57:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -13637,6 +13637,7 @@ sub modify_authordefaults { $shown = $titles{'none'}; } } elsif ($key eq 'archive') { + $domdefaults{$key} = $confhash{$key}; $shown = ($confhash{$key} ? &mt('Yes') : &mt('No')); } $resulttext .= '
  • '.&mt('[_1] set to: [_2]',$titles{$key},$shown).'
  • ';