[LON-CAPA-cvs] cvs: loncom /interface londocs.pm
raeburn
raeburn at source.lon-capa.org
Thu Feb 27 20:07:59 EST 2025
raeburn Fri Feb 28 01:07:59 2025 EDT
Modified files:
/loncom/interface londocs.pm
Log:
- What is added to @tabids for Main Content area needs update after changes
in rev .1.655 -- %orderhash: Grading cc => dd; Collaboration dd => ee) and
rev. 1.672 -- Other: ff i.e., Blank Web Page (editable) for composite pages.
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.725 loncom/interface/londocs.pm:1.726
--- loncom/interface/londocs.pm:1.725 Thu Feb 27 02:02:10 2025
+++ loncom/interface/londocs.pm Fri Feb 28 01:07:59 2025
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.725 2025/02/27 02:02:10 raeburn Exp $
+# $Id: londocs.pm,v 1.726 2025/02/28 01:07:59 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -7342,10 +7342,10 @@
@tabids = ('002','dd2','ee2','ff2');
$tid = 2;
} else {
- @tabids = ('aa1','bb1','cc1','ff1');
+ @tabids = ('aa1','bb1','cc1','dd1','ff1');
unless ($env{'form.folderpath'} =~ /\:1$/) {
unshift(@tabids,'001');
- push(@tabids,('dd1','ee1'));
+ push(@tabids,'ee1');
}
}
my $tabidstr = join("','", at tabids);
More information about the LON-CAPA-cvs
mailing list