Added index to sort GHOPOrganizations per program by their name.
authorMadhusudan.C.S <madhusudancs@gmai.com>
Fri, 18 Sep 2009 18:39:00 +0200
changeset 2949 22ec1c2e6621
parent 2948 66fe1a62d4e2
child 2950 ceec88091db8
Added index to sort GHOPOrganizations per program by their name. Reviewed by: Lennard de Rijk
app/index.yaml
--- a/app/index.yaml	Fri Sep 18 20:35:55 2009 +0530
+++ b/app/index.yaml	Fri Sep 18 18:39:00 2009 +0200
@@ -71,6 +71,13 @@
   - name: grading_survey_group
   - name: __key__
 
+# used to order the accepted GHOPorganizations on there name
+- kind: GHOPOrganization
+  properties:
+  - name: scope
+  - name: status
+  - name: name
+
 # used to order GHOPComments under a GHOPTask with that GHOPTask being
 # its ancestor entity in the entity group.
 - kind: GHOPComment