Author: david
Date: Tue Nov 24 13:43:11 2009
New Revision: 3949
Log:
Add function edit & create routing.
Modified:
trunk/apps/qubit/config/routing.yml
Modified: trunk/apps/qubit/config/routing.yml
==============================================================================
--- trunk/apps/qubit/config/routing.yml Tue Nov 24 13:34:55 2009 (r3948)
+++ trunk/apps/qubit/config/routing.yml Tue Nov 24 13:43:11 2009 (r3949)
@@ -294,6 +294,18 @@
param:
module: user
action: edit
+
+functionEdit:
+ url: /function/edit/:id
+ param:
+ module: function
+ action: edit
+
+functionCreate:
+ url: /function/create
+ param:
+ module: function
+ 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.com/group/qubit-commits?hl=en.