[Jifty-commit] r4090 - in apps/CASPlus: . trunk/lib/CASPlus

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Sep 11 18:48:48 EDT 2007


Author: sterling
Date: Tue Sep 11 18:48:48 2007
New Revision: 4090

Modified:
   apps/CASPlus/   (props changed)
   apps/CASPlus/trunk/   (props changed)
   apps/CASPlus/trunk/lib/CASPlus/Dispatcher.pm

Log:
 r11987 at dynpc145:  andrew | 2007-09-11 17:45:13 -0500
  r11977 at dynpc145:  andrew | 2007-09-11 17:44:22 -0500
   r11963 at dynpc145 (orig r1983):  andrew | 2007-09-11 17:31:26 -0500
    r11955 at dynpc145:  andrew | 2007-09-11 15:34:33 -0500
    Fixing the URLs on the model class and model class column menu items.
   
  
 


Modified: apps/CASPlus/trunk/lib/CASPlus/Dispatcher.pm
==============================================================================
--- apps/CASPlus/trunk/lib/CASPlus/Dispatcher.pm	(original)
+++ apps/CASPlus/trunk/lib/CASPlus/Dispatcher.pm	Tue Sep 11 18:48:48 2007
@@ -79,12 +79,12 @@
             );
             $profiles->child( ModelClass =>
                 label       => _('Model Classes'),
-                url         => '/admin/profile/modelclasses',
+                url         => '/admin/profile/modelclass',
                 description => _('Modify the details of each database table associated with a profile.'),
             );
             $profiles->child( ModelClassColumn =>
                 label       => _('Model Class Columns'),
-                url         => '/admin/profile/modelclasscolumns',
+                url         => '/admin/profile/modelclasscolumn',
                 description => _('Modify the details of each database column associated with a profile property.'),
             );
         }


More information about the Jifty-commit mailing list