Author: david
Date: Wed Oct 12 11:15:44 2011
New Revision: 10028

Log:
Add condensed route for file list

Modified:
   trunk/apps/qubit/config/routing.yml

Modified: trunk/apps/qubit/config/routing.yml
==============================================================================
--- trunk/apps/qubit/config/routing.yml Wed Oct 12 11:02:53 2011        (r10027)
+++ trunk/apps/qubit/config/routing.yml Wed Oct 12 11:15:44 2011        (r10028)
@@ -231,6 +231,14 @@
     action: edit
     informationobject_template: rad
 
+fileList:
+  url: /:slug;fileList
+  class: QubitResourceRoute
+  param:
+    module: informationobject
+    action: fileList
+    slug: { pattern: '[^;]+' }
+
 # These routes used only to *generate* not *parse* URLs
 actor:
   url: /:slug;:actor_template

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

Reply via email to