Author: david
Date: Thu Sep 17 10:04:12 2009
New Revision: 3364

Log:
Update routing to use user/edit action and template for create and edit 
actions.  Remove user/create action and template.

Deleted:
   trunk/apps/qubit/modules/user/actions/createAction.class.php
   trunk/apps/qubit/modules/user/templates/createSuccess.php
Modified:
   trunk/apps/qubit/config/routing.yml

Modified: trunk/apps/qubit/config/routing.yml
==============================================================================
--- trunk/apps/qubit/config/routing.yml Thu Sep 17 09:56:50 2009        (r3363)
+++ trunk/apps/qubit/config/routing.yml Thu Sep 17 10:04:12 2009        (r3364)
@@ -266,6 +266,18 @@
   param:
     module: oai
     action: oai
+    
+userEdit:
+  url: /user/edit/:id
+  param:
+    module: user
+    action: edit
+
+userCreate:
+  url: /user/create
+  param:
+    module: user
+    action: edit
 
 default:
   url:   /:module/:action/*

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to