~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to apps/frontend/lib/packages/agWebservicesPackage/config/app.yml

  • Committer: Clayton Kramer
  • Date: 2011-07-26 18:33:20 UTC
  • mto: (1.26.1 push-trunk)
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: clayton.kramer@mail.cuny.edu-20110726183320-tgp0d6q5evjq755l
Removed menu options from the webservices package. It should be updated in the future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
all:
2
 
  .array:
3
 
    menu_children:
4
 
      webservices_list: { label: 'Webservices', route: '@webservices_index', parent: 'modules' }  
5
 
    menu_grandchildren:
6
 
      webservices_clients: { label: 'Manage Clients', route: '/profile', parent: 'webservices_list' }
7
 
      webservices_show_org: { label: 'Show Organizations', route: '/webservices/organizations', parent: 'webservices_list' }
8
 
      webservices_show_staff: { label: 'Show Staffs', route: '/webservices/staff', parent: 'webservices_list' }
9