# HG changeset patch # User Madhusudan.C.S # Date 1253291940 -7200 # Node ID 22ec1c2e66213f22003436c41bf2d7705b7551b7 # Parent 66fe1a62d4e2327710d31c654ffdcc52bcf85f41 Added index to sort GHOPOrganizations per program by their name. Reviewed by: Lennard de Rijk diff -r 66fe1a62d4e2 -r 22ec1c2e6621 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