[LON-CAPA-cvs] cvs: loncom(version_2_12_X) /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Tue Jan 14 08:06:01 EST 2025
raeburn Tue Jan 14 13:06:01 2025 EDT
Modified files: (Branch: version_2_12_X)
/loncom/interface domainprefs.pm
Log:
- For 2.12
Backport 1.450
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.447.2.2 loncom/interface/domainprefs.pm:1.447.2.3
--- loncom/interface/domainprefs.pm:1.447.2.2 Sun Jan 12 18:26:16 2025
+++ loncom/interface/domainprefs.pm Tue Jan 14 13:06:01 2025
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.447.2.2 2025/01/12 18:26:16 raeburn Exp $
+# $Id: domainprefs.pm,v 1.447.2.3 2025/01/14 13:06:01 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -17959,6 +17959,8 @@
if (@diffs > 0) {
$changes{$status} = 1;
}
+ } elsif (@newvalues > 0) {
+ $changes{$status} = 1;
}
} else {
my @stdfields;
@@ -17998,6 +18000,8 @@
if (@diffs > 0) {
$changes{'othdom'} = 1;
}
+ } elsif (@newvalues > 0) {
+ $changes{'othdom'} = 1;
}
} else {
my @stdfields = ('lastname','firstname','middlename','generation','permanentemail');
More information about the LON-CAPA-cvs
mailing list