Author: jablko
Date: 2008-11-05 22:12:13 -0800 (Wed, 05 Nov 2008)
New Revision: 1527

Modified:
   trunk/qubit/apps/qubit/config/routing.yml
Log:
Make template route more specific: Generate URLs only for information object 
edit and show actions.


Modified: trunk/qubit/apps/qubit/config/routing.yml
===================================================================
--- trunk/qubit/apps/qubit/config/routing.yml   2008-11-06 05:53:16 UTC (rev 
1526)
+++ trunk/qubit/apps/qubit/config/routing.yml   2008-11-06 06:12:13 UTC (rev 
1527)
@@ -15,7 +15,9 @@
   param: { action: showIsad }
 
 template:
-  url: /:module/:action/:template/*
+  url: /informationobject/:action/:template/*
+  param: { module: informationobject }
+  requirements: { action: edit|show }
 
 homepage:
   url:   /


--~--~---------~--~----~------------~-------~--~----~
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