[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm

raeburn lon-capa-cvs-allow@mail.lon-capa.org
Mon, 30 Jun 2008 03:47:15 -0000


raeburn		Sun Jun 29 23:47:15 2008 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - Allow deep-linking into settings display for a specified action. 
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.57 loncom/interface/domainprefs.pm:1.58
--- loncom/interface/domainprefs.pm:1.57	Thu Jun 26 20:42:48 2008
+++ loncom/interface/domainprefs.pm	Sun Jun 29 23:47:12 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.57 2008/06/27 00:42:48 raeburn Exp $
+# $Id: domainprefs.pm,v 1.58 2008/06/30 03:47:12 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -62,7 +62,7 @@
     }
     &Apache::lonhtmlcommon::clear_breadcrumbs();
     &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},
-                                            ['phase']);
+                                            ['phase','actions']);
     my $phase = 'pickactions';
     if ( exists($env{'form.phase'}) ) {
         $phase = $env{'form.phase'};