~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to data/fixtures/agStaffResourceStatus.yml

  • Committer: Chad Heuschober
  • Date: 2011-06-06 13:37:45 UTC
  • mfrom: (1.1.1244 trunk)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: chad.heuschober@mail.cuny.edu-20110606133745-850mdvnjtv392zta
Pulled in most recent batch of changes from the cuny sps trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
agStaffResourceStatus:
4
4
  active:
5
 
    staff_resource_status: active
 
5
    staff_resource_status: Active
6
6
    is_available: 1
7
7
  inactive:
8
 
    staff_resource_status: inactive
 
8
    staff_resource_status: Inactive
9
9
    is_available: 0
10
10
  retired:
11
 
    staff_resource_status: retired
 
11
    staff_resource_status: Retired
12
12
    is_available: 0
13
13
  other:
14
 
    staff_resource_status: other
 
14
    staff_resource_status: Other
15
15
    is_available: 0
16
16